Html Css Color HEX #077320 Crusoe

📋 copy color: '#077320'

red 7 ◦ green 115 ◦ blue 32

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

Shades of Crusoe #077320

Tints of Crusoe #077320

RGB

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

 GREEN value IS 115 (45.31% from 255) = 74.68%

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

R = 4.55%
G = 74.68%
B = 20.78%

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

#077320 (or 0x077320) is known color: Crusoe. HEX triplet: 07, 73 and 20. RGB value is (7,115,32). Sum of RGB (Red+Green+Blue) = 7+115+32=154 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.55% from 154); Green value is 115 (45.31% from 255 or 74.68% from 154); Blue value is 32 (12.89% from 255 or 20.78% from 154); Max value from RGB is 115 - color contains mainly: green. Hex color #077320 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #077320 is #F88CDF. Grayscale: #494949. Windows color (decimal): -16288992 or 2126599. OLE color: 2126599.

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

Color convert

RGB 7 115 32 -
CMYK 0.94 0 0.72 0.55
HSL 133.89º 0.89% 0.24% -
HSV(B) 133.89º 0.94% 0.45% -
XYZ 6.48 12.41 3.42 -
YUV 73.25 104.72 80.75 -
System Red Green Blue C M Y K H S L
Decimal 7 115 32 0.94 0 0.72 0.55 133.89 0.89 0.24
Hex 7 73 20 5E 0 48 37 86 59 18
Octal 7 163 40 136 0 110 67 206 131 30
Binary 111 1110011 100000 1011110 0 1001000 110111 10000110 1011001 11000

Color Harmonies of #077320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077320

Black with #077320

Text Example


Text Example

White with #077320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077320; }

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

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

background-color css

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

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

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

border-color css

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

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

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