Html Css Color HEX #0F6C1C Crusoe

📋 copy color: '#0F6C1C'

red 15 ◦ green 108 ◦ blue 28

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

Shades of Crusoe #0F6C1C

Tints of Crusoe #0F6C1C

RGB

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

 GREEN value IS 108 (42.58% from 255) = 71.52%

 BLUE value IS 28 (11.33% from 255) = 18.54%

R = 9.93%
G = 71.52%
B = 18.54%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.74

 K value IS 0.58

RGB Variations

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

Color information

#0F6C1C (or 0x0F6C1C) is known color: Crusoe. HEX triplet: 0F, 6C and 1C. RGB value is (15,108,28). Sum of RGB (Red+Green+Blue) = 15+108+28=151 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.93% from 151); Green value is 108 (42.58% from 255 or 71.52% from 151); Blue value is 28 (11.33% from 255 or 18.54% from 151); Max value from RGB is 108 - color contains mainly: green. Hex color #0F6C1C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F6C1C is #F093E3. Grayscale: #474747. Windows color (decimal): -15766500 or 1862671. OLE color: 1862671.

HSL color Cylindrical-coordinate representation of color #0F6C1C: hue angle of 128.39º degrees, saturation: 0.76, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F6C1C is Cyan = 0.86, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.58.

Color convert

RGB 15 108 28 -
CMYK 0.86 0 0.74 0.58
HSL 128.39º 0.76% 0.24% -
HSV(B) 128.39º 0.86% 0.42% -
XYZ 5.77 10.91 2.9 -
YUV 71.07 103.69 88 -
System Red Green Blue C M Y K H S L
Decimal 15 108 28 0.86 0 0.74 0.58 128.39 0.76 0.24
Hex F 6C 1C 56 0 4A 3A 80 4C 18
Octal 17 154 34 126 0 112 72 200 114 30
Binary 1111 1101100 11100 1010110 0 1001010 111010 10000000 1001100 11000

Color Harmonies of #0F6C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F6C1C

Black with #0F6C1C

Text Example


Text Example

White with #0F6C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,108,28); }

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

background-color css

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

 a { background-color: rgb(15,108,28); }

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

border-color css

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

 span { border-color: rgb(15,108,28); }

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