Html Css Color HEX #0F6C1E Crusoe

📋 copy color: '#0F6C1E'

red 15 ◦ green 108 ◦ blue 30

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

Shades of Crusoe #0F6C1E

Tints of Crusoe #0F6C1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 19.61%

R = 9.8%
G = 70.59%
B = 19.61%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.72

 K value IS 0.58

RGB Variations

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

Color information

#0F6C1E (or 0x0F6C1E) is known color: Crusoe. HEX triplet: 0F, 6C and 1E. RGB value is (15,108,30). Sum of RGB (Red+Green+Blue) = 15+108+30=153 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.80% from 153); Green value is 108 (42.58% from 255 or 70.59% from 153); Blue value is 30 (12.11% from 255 or 19.61% from 153); Max value from RGB is 108 - color contains mainly: green. Hex color #0F6C1E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F6C1E is #F093E1. Grayscale: #474747. Windows color (decimal): -15766498 or 1993743. OLE color: 1993743.

HSL color Cylindrical-coordinate representation of color #0F6C1E: hue angle of 129.68º 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 #0F6C1E is Cyan = 0.86, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.58.

Color convert

RGB 15 108 30 -
CMYK 0.86 0 0.72 0.58
HSL 129.68º 0.76% 0.24% -
HSV(B) 129.68º 0.86% 0.42% -
XYZ 5.79 10.92 3.03 -
YUV 71.3 104.69 87.84 -
System Red Green Blue C M Y K H S L
Decimal 15 108 30 0.86 0 0.72 0.58 129.68 0.76 0.24
Hex F 6C 1E 56 0 48 3A 82 4C 18
Octal 17 154 36 126 0 110 72 202 114 30
Binary 1111 1101100 11110 1010110 0 1001000 111010 10000010 1001100 11000

Color Harmonies of #0F6C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F6C1E

Black with #0F6C1E

Text Example


Text Example

White with #0F6C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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