Html Css Color HEX #0F6130 Crusoe

📋 copy color: '#0F6130'

red 15 ◦ green 97 ◦ blue 48

#0F6130
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crusoe #0F6130

Tints of Crusoe #0F6130

RGB

 RED value IS 15 (6.25% from 255) = 9.38%

 GREEN value IS 97 (38.28% from 255) = 60.63%

 BLUE value IS 48 (19.14% from 255) = 30%

R = 9.38%
G = 60.63%
B = 30%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.51

 K value IS 0.62

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#0F6130 (or 0x0F6130) is known color: Crusoe. HEX triplet: 0F, 61 and 30. RGB value is (15,97,48). Sum of RGB (Red+Green+Blue) = 15+97+48=160 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.38% from 160); Green value is 97 (38.28% from 255 or 60.62% from 160); Blue value is 48 (19.14% from 255 or 30% from 160); Max value from RGB is 97 - color contains mainly: green. Hex color #0F6130 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F6130 is #F09ECF. Grayscale: #434343. Windows color (decimal): -15769296 or 3170575. OLE color: 3170575.

HSL color Cylindrical-coordinate representation of color #0F6130: hue angle of 144.15º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0F6130 is Cyan = 0.85, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.62.

Color convert

RGB 15 97 48 -
CMYK 0.85 0 0.51 0.62
HSL 144.15º 0.73% 0.22% -
HSV(B) 144.15º 0.85% 0.38% -
XYZ 5.01 8.86 4.24 -
YUV 66.9 117.33 90.98 -
System Red Green Blue C M Y K H S L
Decimal 15 97 48 0.85 0 0.51 0.62 144.15 0.73 0.22
Hex F 61 30 55 0 33 3E 90 49 16
Octal 17 141 60 125 0 63 76 220 111 26
Binary 1111 1100001 110000 1010101 0 110011 111110 10010000 1001001 10110

Color Harmonies of #0F6130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F6130

Black with #0F6130

Text Example


Text Example

White with #0F6130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0F6130; }

 p { color: rgb(15,97,48); }

 H1.HeaderClassName
 {
   color: #0F6130;
 }
 .AnyTagClassName
 {
   color: #0F6130;
 }
</style>

background-color css

<style>
 a { background-color: #0F6130; }

 a { background-color: rgb(15,97,48); }

 div.DivClassName
 {
   background-color: #0F6130;
 }
 .BgClassName
 {
   background-color: #0F6130;
 }
</style>

border-color css

<style>
 span { border-color: #0F6130; }

 span { border-color: rgb(15,97,48); }

 td.TdClassName
 {
   border-color: #0F6130;
 }
 .TagClassName
 {
   border-color: #0F6130;
 }
</style>