Html Css Color HEX #00681C Crusoe

📋 copy color: '#00681C'

red 0 ◦ green 104 ◦ blue 28

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

Shades of Crusoe #00681C

Tints of Crusoe #00681C

RGB

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

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

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

R = 0%
G = 78.79%
B = 21.21%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.73

 K value IS 0.59

RGB Variations

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

Color information

#00681C (or 0x00681C) is known color: Crusoe. HEX triplet: 00, 68 and 1C. RGB value is (0,104,28). Sum of RGB (Red+Green+Blue) = 0+104+28=132 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 132); Green value is 104 (41.02% from 255 or 78.79% from 132); Blue value is 28 (11.33% from 255 or 21.21% from 132); Max value from RGB is 104 - color contains mainly: green. Hex color #00681C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00681C is #FF97E3. Grayscale: #404040. Windows color (decimal): -16750564 or 1861632. OLE color: 1861632.

HSL color Cylindrical-coordinate representation of color #00681C: hue angle of 136.15º 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 #00681C is Cyan = 1, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.59.

Color convert

RGB 0 104 28 -
CMYK 1 0 0.73 0.59
HSL 136.15º 1% 0.2% -
HSV(B) 136.15º 1% 0.41% -
XYZ 5.16 9.98 2.75 -
YUV 64.24 107.54 82.18 -
System Red Green Blue C M Y K H S L
Decimal 0 104 28 1 0 0.73 0.59 136.15 1 0.2
Hex 0 68 1C 64 0 49 3B 88 64 14
Octal 0 150 34 144 0 111 73 210 144 24
Binary 0 1101000 11100 1100100 0 1001001 111011 10001000 1100100 10100

Color Harmonies of #00681C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00681C

Black with #00681C

Text Example


Text Example

White with #00681C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00681C; }

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

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

background-color css

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

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

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

border-color css

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

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

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