Html Css Color HEX #077120 Crusoe

📋 copy color: '#077120'

red 7 ◦ green 113 ◦ blue 32

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

Shades of Crusoe #077120

Tints of Crusoe #077120

RGB

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

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

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

R = 4.61%
G = 74.34%
B = 21.05%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#077120 (or 0x077120) is known color: Crusoe. HEX triplet: 07, 71 and 20. RGB value is (7,113,32). Sum of RGB (Red+Green+Blue) = 7+113+32=152 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.61% from 152); Green value is 113 (44.53% from 255 or 74.34% from 152); Blue value is 32 (12.89% from 255 or 21.05% from 152); Max value from RGB is 113 - color contains mainly: green. Hex color #077120 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #077120 is #F88EDF. Grayscale: #484848. Windows color (decimal): -16289504 or 2126087. OLE color: 2126087.

HSL color Cylindrical-coordinate representation of color #077120: hue angle of 134.15º 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 #077120 is Cyan = 0.94, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.56.

Color convert

RGB 7 113 32 -
CMYK 0.94 0 0.72 0.56
HSL 134.15º 0.88% 0.24% -
HSV(B) 134.15º 0.94% 0.44% -
XYZ 6.25 11.96 3.35 -
YUV 72.07 105.38 81.59 -
System Red Green Blue C M Y K H S L
Decimal 7 113 32 0.94 0 0.72 0.56 134.15 0.88 0.24
Hex 7 71 20 5E 0 48 38 86 58 18
Octal 7 161 40 136 0 110 70 206 130 30
Binary 111 1110001 100000 1011110 0 1001000 111000 10000110 1011000 11000

Color Harmonies of #077120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077120

Black with #077120

Text Example


Text Example

White with #077120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077120; }

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

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

background-color css

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

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

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

border-color css

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

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

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