Html Css Color HEX #077420 Crusoe

📋 copy color: '#077420'

red 7 ◦ green 116 ◦ blue 32

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

Shades of Crusoe #077420

Tints of Crusoe #077420

RGB

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

 GREEN value IS 116 (45.7% from 255) = 74.84%

 BLUE value IS 32 (12.89% from 255) = 20.65%

R = 4.52%
G = 74.84%
B = 20.65%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#077420 (or 0x077420) is known color: Crusoe. HEX triplet: 07, 74 and 20. RGB value is (7,116,32). Sum of RGB (Red+Green+Blue) = 7+116+32=155 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.52% from 155); Green value is 116 (45.70% from 255 or 74.84% from 155); Blue value is 32 (12.89% from 255 or 20.65% from 155); Max value from RGB is 116 - color contains mainly: green. Hex color #077420 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #077420 is #F88BDF. Grayscale: #4A4A4A. Windows color (decimal): -16288736 or 2126855. OLE color: 2126855.

HSL color Cylindrical-coordinate representation of color #077420: hue angle of 133.76º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #077420 is Cyan = 0.94, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB 7 116 32 -
CMYK 0.94 0 0.72 0.55
HSL 133.76º 0.89% 0.24% -
HSV(B) 133.76º 0.94% 0.45% -
XYZ 6.59 12.64 3.46 -
YUV 73.83 104.39 80.33 -
System Red Green Blue C M Y K H S L
Decimal 7 116 32 0.94 0 0.72 0.55 133.76 0.89 0.24
Hex 7 74 20 5E 0 48 37 86 59 18
Octal 7 164 40 136 0 110 67 206 131 30
Binary 111 1110100 100000 1011110 0 1001000 110111 10000110 1011001 11000

Color Harmonies of #077420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077420

Black with #077420

Text Example


Text Example

White with #077420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077420; }

 p { color: rgb(7,116,32); }

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

background-color css

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

 a { background-color: rgb(7,116,32); }

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

border-color css

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

 span { border-color: rgb(7,116,32); }

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