Html Css Color HEX #0F6931 Crusoe

📋 copy color: '#0F6931'

red 15 ◦ green 105 ◦ blue 49

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

Shades of Crusoe #0F6931

Tints of Crusoe #0F6931

RGB

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

 GREEN value IS 105 (41.41% from 255) = 62.13%

 BLUE value IS 49 (19.53% from 255) = 28.99%

R = 8.88%
G = 62.13%
B = 28.99%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.53

 K value IS 0.59

RGB Variations

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

Color information

#0F6931 (or 0x0F6931) is known color: Crusoe. HEX triplet: 0F, 69 and 31. RGB value is (15,105,49). Sum of RGB (Red+Green+Blue) = 15+105+49=169 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.88% from 169); Green value is 105 (41.41% from 255 or 62.13% from 169); Blue value is 49 (19.53% from 255 or 28.99% from 169); Max value from RGB is 105 - color contains mainly: green. Hex color #0F6931 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F6931 is #F096CE. Grayscale: #474747. Windows color (decimal): -15767247 or 3238159. OLE color: 3238159.

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

Color convert

RGB 15 105 49 -
CMYK 0.86 0 0.53 0.59
HSL 142.67º 0.75% 0.24% -
HSV(B) 142.67º 0.86% 0.41% -
XYZ 5.8 10.43 4.61 -
YUV 71.71 115.18 87.55 -
System Red Green Blue C M Y K H S L
Decimal 15 105 49 0.86 0 0.53 0.59 142.67 0.75 0.24
Hex F 69 31 56 0 35 3B 8F 4B 18
Octal 17 151 61 126 0 65 73 217 113 30
Binary 1111 1101001 110001 1010110 0 110101 111011 10001111 1001011 11000

Color Harmonies of #0F6931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F6931

Black with #0F6931

Text Example


Text Example

White with #0F6931

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,105,49); }

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

background-color css

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

 a { background-color: rgb(15,105,49); }

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

border-color css

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

 span { border-color: rgb(15,105,49); }

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