Html Css Color HEX #076F29 Crusoe

📋 copy color: '#076F29'

red 7 ◦ green 111 ◦ blue 41

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

Shades of Crusoe #076F29

Tints of Crusoe #076F29

RGB

 RED value IS 7 (3.13% from 255) = 4.4%

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

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

R = 4.4%
G = 69.81%
B = 25.79%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.63

 K value IS 0.56

RGB Variations

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

Color information

#076F29 (or 0x076F29) is known color: Crusoe. HEX triplet: 07, 6F and 29. RGB value is (7,111,41). Sum of RGB (Red+Green+Blue) = 7+111+41=159 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.40% from 159); Green value is 111 (43.75% from 255 or 69.81% from 159); Blue value is 41 (16.41% from 255 or 25.79% from 159); Max value from RGB is 111 - color contains mainly: green. Hex color #076F29 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #076F29 is #F890D6. Grayscale: #484848. Windows color (decimal): -16290007 or 2715399. OLE color: 2715399.

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

Color convert

RGB 7 111 41 -
CMYK 0.94 0 0.63 0.56
HSL 139.62º 0.88% 0.23% -
HSV(B) 139.62º 0.94% 0.44% -
XYZ 6.17 11.57 4.01 -
YUV 71.92 110.54 81.69 -
System Red Green Blue C M Y K H S L
Decimal 7 111 41 0.94 0 0.63 0.56 139.62 0.88 0.23
Hex 7 6F 29 5E 0 3F 38 8C 58 17
Octal 7 157 51 136 0 77 70 214 130 27
Binary 111 1101111 101001 1011110 0 111111 111000 10001100 1011000 10111

Color Harmonies of #076F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076F29

Black with #076F29

Text Example


Text Example

White with #076F29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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