Html Css Color HEX #077129 Crusoe

📋 copy color: '#077129'

red 7 ◦ green 113 ◦ blue 41

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

Shades of Crusoe #077129

Tints of Crusoe #077129

RGB

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

 GREEN value IS 113 (44.53% from 255) = 70.19%

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

R = 4.35%
G = 70.19%
B = 25.47%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.64

 K value IS 0.56

RGB Variations

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

Color information

#077129 (or 0x077129) is known color: Crusoe. HEX triplet: 07, 71 and 29. RGB value is (7,113,41). Sum of RGB (Red+Green+Blue) = 7+113+41=161 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.35% from 161); Green value is 113 (44.53% from 255 or 70.19% from 161); Blue value is 41 (16.41% from 255 or 25.47% from 161); Max value from RGB is 113 - color contains mainly: green. Hex color #077129 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #077129 is #F88ED6. Grayscale: #494949. Windows color (decimal): -16289495 or 2715911. OLE color: 2715911.

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

Color convert

RGB 7 113 41 -
CMYK 0.94 0 0.64 0.56
HSL 139.25º 0.88% 0.24% -
HSV(B) 139.25º 0.94% 0.44% -
XYZ 6.39 12.02 4.08 -
YUV 73.1 109.88 80.85 -
System Red Green Blue C M Y K H S L
Decimal 7 113 41 0.94 0 0.64 0.56 139.25 0.88 0.24
Hex 7 71 29 5E 0 40 38 8B 58 18
Octal 7 161 51 136 0 100 70 213 130 30
Binary 111 1110001 101001 1011110 0 1000000 111000 10001011 1011000 11000

Color Harmonies of #077129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077129

Black with #077129

Text Example


Text Example

White with #077129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077129; }

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

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

background-color css

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

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

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

border-color css

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

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

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