Html Css Color HEX #006F29 Crusoe

📋 copy color: '#006F29'

red 0 ◦ green 111 ◦ blue 41

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

Shades of Crusoe #006F29

Tints of Crusoe #006F29

RGB

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

 GREEN value IS 111 (43.75% from 255) = 73.03%

 BLUE value IS 41 (16.41% from 255) = 26.97%

R = 0%
G = 73.03%
B = 26.97%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.63

 K value IS 0.56

RGB Variations

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

Color information

#006F29 (or 0x006F29) is known color: Crusoe. HEX triplet: 00, 6F and 29. RGB value is (0,111,41). Sum of RGB (Red+Green+Blue) = 0+111+41=152 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 152); Green value is 111 (43.75% from 255 or 73.03% from 152); Blue value is 41 (16.41% from 255 or 26.97% from 152); Max value from RGB is 111 - color contains mainly: green. Hex color #006F29 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006F29 is #FF90D6. Grayscale: #464646. Windows color (decimal): -16748759 or 2715392. OLE color: 2715392.

HSL color Cylindrical-coordinate representation of color #006F29: hue angle of 142.16º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006F29 is Cyan = 1, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.56.

Color convert

RGB 0 111 41 -
CMYK 1 0 0.63 0.56
HSL 142.16º 1% 0.22% -
HSV(B) 142.16º 1% 0.44% -
XYZ 6.08 11.53 4 -
YUV 69.83 111.73 78.19 -
System Red Green Blue C M Y K H S L
Decimal 0 111 41 1 0 0.63 0.56 142.16 1 0.22
Hex 0 6F 29 64 0 3F 38 8E 64 16
Octal 0 157 51 144 0 77 70 216 144 26
Binary 0 1101111 101001 1100100 0 111111 111000 10001110 1100100 10110

Color Harmonies of #006F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006F29

Black with #006F29

Text Example


Text Example

White with #006F29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006F29; }

 p { color: rgb(0,111,41); }

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

background-color css

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

 a { background-color: rgb(0,111,41); }

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

border-color css

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

 span { border-color: rgb(0,111,41); }

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