Html Css Color HEX #0F661C Crusoe

📋 copy color: '#0F661C'

red 15 ◦ green 102 ◦ blue 28

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

Shades of Crusoe #0F661C

Tints of Crusoe #0F661C

RGB

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

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

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

R = 10.34%
G = 70.34%
B = 19.31%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.73

 K value IS 0.6

RGB Variations

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

Color information

#0F661C (or 0x0F661C) is known color: Crusoe. HEX triplet: 0F, 66 and 1C. RGB value is (15,102,28). Sum of RGB (Red+Green+Blue) = 15+102+28=145 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.34% from 145); Green value is 102 (40.23% from 255 or 70.34% from 145); Blue value is 28 (11.33% from 255 or 19.31% from 145); Max value from RGB is 102 - color contains mainly: green. Hex color #0F661C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F661C is #F099E3. Grayscale: #434343. Windows color (decimal): -15768036 or 1861135. OLE color: 1861135.

HSL color Cylindrical-coordinate representation of color #0F661C: hue angle of 128.97º 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 #0F661C is Cyan = 0.85, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.6.

Color convert

RGB 15 102 28 -
CMYK 0.85 0 0.73 0.6
HSL 128.97º 0.74% 0.23% -
HSV(B) 128.97º 0.85% 0.4% -
XYZ 5.16 9.69 2.7 -
YUV 67.55 105.68 90.52 -
System Red Green Blue C M Y K H S L
Decimal 15 102 28 0.85 0 0.73 0.6 128.97 0.74 0.23
Hex F 66 1C 55 0 49 3C 81 4A 17
Octal 17 146 34 125 0 111 74 201 112 27
Binary 1111 1100110 11100 1010101 0 1001001 111100 10000001 1001010 10111

Color Harmonies of #0F661C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F661C

Black with #0F661C

Text Example


Text Example

White with #0F661C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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