Html Css Color HEX #077227 Crusoe

📋 copy color: '#077227'

red 7 ◦ green 114 ◦ blue 39

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

Shades of Crusoe #077227

Tints of Crusoe #077227

RGB

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

 GREEN value IS 114 (44.92% from 255) = 71.25%

 BLUE value IS 39 (15.63% from 255) = 24.38%

R = 4.38%
G = 71.25%
B = 24.38%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.66

 K value IS 0.55

RGB Variations

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

Color information

#077227 (or 0x077227) is known color: Crusoe. HEX triplet: 07, 72 and 27. RGB value is (7,114,39). Sum of RGB (Red+Green+Blue) = 7+114+39=160 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.38% from 160); Green value is 114 (44.92% from 255 or 71.25% from 160); Blue value is 39 (15.62% from 255 or 24.38% from 160); Max value from RGB is 114 - color contains mainly: green. Hex color #077227 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #077227 is #F88DD8. Grayscale: #494949. Windows color (decimal): -16289241 or 2585095. OLE color: 2585095.

HSL color Cylindrical-coordinate representation of color #077227: hue angle of 137.94º degrees, saturation: 0.88, 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 #077227 is Cyan = 0.94, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.55.

Color convert

RGB 7 114 39 -
CMYK 0.94 0 0.66 0.55
HSL 137.94º 0.88% 0.24% -
HSV(B) 137.94º 0.94% 0.45% -
XYZ 6.47 12.23 3.94 -
YUV 73.46 108.55 80.6 -
System Red Green Blue C M Y K H S L
Decimal 7 114 39 0.94 0 0.66 0.55 137.94 0.88 0.24
Hex 7 72 27 5E 0 42 37 8A 58 18
Octal 7 162 47 136 0 102 67 212 130 30
Binary 111 1110010 100111 1011110 0 1000010 110111 10001010 1011000 11000

Color Harmonies of #077227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077227

Black with #077227

Text Example


Text Example

White with #077227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077227; }

 p { color: rgb(7,114,39); }

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

background-color css

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

 a { background-color: rgb(7,114,39); }

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

border-color css

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

 span { border-color: rgb(7,114,39); }

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