Html Css Color HEX #0F6619 Crusoe

📋 copy color: '#0F6619'

red 15 ◦ green 102 ◦ blue 25

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

Shades of Crusoe #0F6619

Tints of Crusoe #0F6619

RGB

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

 GREEN value IS 102 (40.23% from 255) = 71.83%

 BLUE value IS 25 (10.16% from 255) = 17.61%

R = 10.56%
G = 71.83%
B = 17.61%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.75

 K value IS 0.6

RGB Variations

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

Color information

#0F6619 (or 0x0F6619) is known color: Crusoe. HEX triplet: 0F, 66 and 19. RGB value is (15,102,25). Sum of RGB (Red+Green+Blue) = 15+102+25=142 (18% of max value = 765). Red value is 15 (6.25% from 255 or 10.56% from 142); Green value is 102 (40.23% from 255 or 71.83% from 142); Blue value is 25 (10.16% from 255 or 17.61% from 142); Max value from RGB is 102 - color contains mainly: green. Hex color #0F6619 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F6619 is #F099E6. Grayscale: #434343. Windows color (decimal): -15768039 or 1664527. OLE color: 1664527.

HSL color Cylindrical-coordinate representation of color #0F6619: hue angle of 126.9º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0F6619 is Cyan = 0.85, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.6.

Color convert

RGB 15 102 25 -
CMYK 0.85 0 0.75 0.6
HSL 126.9º 0.74% 0.23% -
HSV(B) 126.9º 0.85% 0.4% -
XYZ 5.12 9.67 2.52 -
YUV 67.21 104.18 90.76 -
System Red Green Blue C M Y K H S L
Decimal 15 102 25 0.85 0 0.75 0.6 126.9 0.74 0.23
Hex F 66 19 55 0 4B 3C 7F 4A 17
Octal 17 146 31 125 0 113 74 177 112 27
Binary 1111 1100110 11001 1010101 0 1001011 111100 1111111 1001010 10111

Color Harmonies of #0F6619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F6619

Black with #0F6619

Text Example


Text Example

White with #0F6619

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,102,25); }

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

background-color css

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

 a { background-color: rgb(15,102,25); }

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

border-color css

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

 span { border-color: rgb(15,102,25); }

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