Html Css Color HEX #006818 Crusoe

📋 copy color: '#006818'

red 0 ◦ green 104 ◦ blue 24

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

Shades of Crusoe #006818

Tints of Crusoe #006818

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 24 (9.77% from 255) = 18.75%

R = 0%
G = 81.25%
B = 18.75%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.77

 K value IS 0.59

RGB Variations

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

Color information

#006818 (or 0x006818) is known color: Crusoe. HEX triplet: 00, 68 and 18. RGB value is (0,104,24). Sum of RGB (Red+Green+Blue) = 0+104+24=128 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 128); Green value is 104 (41.02% from 255 or 81.25% from 128); Blue value is 24 (9.77% from 255 or 18.75% from 128); Max value from RGB is 104 - color contains mainly: green. Hex color #006818 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #006818 is #FF97E7. Grayscale: #404040. Windows color (decimal): -16750568 or 1599488. OLE color: 1599488.

HSL color Cylindrical-coordinate representation of color #006818: hue angle of 133.85º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006818 is Cyan = 1, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.59.

Color convert

RGB 0 104 24 -
CMYK 1 0 0.77 0.59
HSL 133.85º 1% 0.2% -
HSV(B) 133.85º 1% 0.41% -
XYZ 5.12 9.97 2.52 -
YUV 63.78 105.54 82.5 -
System Red Green Blue C M Y K H S L
Decimal 0 104 24 1 0 0.77 0.59 133.85 1 0.2
Hex 0 68 18 64 0 4D 3B 86 64 14
Octal 0 150 30 144 0 115 73 206 144 24
Binary 0 1101000 11000 1100100 0 1001101 111011 10000110 1100100 10100

Color Harmonies of #006818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006818

Black with #006818

Text Example


Text Example

White with #006818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006818; }

 p { color: rgb(0,104,24); }

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

background-color css

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

 a { background-color: rgb(0,104,24); }

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

border-color css

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

 span { border-color: rgb(0,104,24); }

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