Html Css Color HEX #0F6824 Crusoe

📋 copy color: '#0F6824'

red 15 ◦ green 104 ◦ blue 36

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

Shades of Crusoe #0F6824

Tints of Crusoe #0F6824

RGB

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

 GREEN value IS 104 (41.02% from 255) = 67.1%

 BLUE value IS 36 (14.45% from 255) = 23.23%

R = 9.68%
G = 67.1%
B = 23.23%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.65

 K value IS 0.59

RGB Variations

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

Color information

#0F6824 (or 0x0F6824) is known color: Crusoe. HEX triplet: 0F, 68 and 24. RGB value is (15,104,36). Sum of RGB (Red+Green+Blue) = 15+104+36=155 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.68% from 155); Green value is 104 (41.02% from 255 or 67.10% from 155); Blue value is 36 (14.45% from 255 or 23.23% from 155); Max value from RGB is 104 - color contains mainly: green. Hex color #0F6824 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F6824 is #F097DB. Grayscale: #454545. Windows color (decimal): -15767516 or 2385935. OLE color: 2385935.

HSL color Cylindrical-coordinate representation of color #0F6824: hue angle of 134.16º degrees, saturation: 0.75, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F6824 is Cyan = 0.86, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.59.

Color convert

RGB 15 104 36 -
CMYK 0.86 0 0.65 0.59
HSL 134.16º 0.75% 0.23% -
HSV(B) 134.16º 0.86% 0.41% -
XYZ 5.47 10.13 3.34 -
YUV 69.64 109.01 89.03 -
System Red Green Blue C M Y K H S L
Decimal 15 104 36 0.86 0 0.65 0.59 134.16 0.75 0.23
Hex F 68 24 56 0 41 3B 86 4B 17
Octal 17 150 44 126 0 101 73 206 113 27
Binary 1111 1101000 100100 1010110 0 1000001 111011 10000110 1001011 10111

Color Harmonies of #0F6824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F6824

Black with #0F6824

Text Example


Text Example

White with #0F6824

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,104,36); }

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

background-color css

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

 a { background-color: rgb(15,104,36); }

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

border-color css

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

 span { border-color: rgb(15,104,36); }

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