Html Css Color HEX #077328 Crusoe

📋 copy color: '#077328'

red 7 ◦ green 115 ◦ blue 40

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

Shades of Crusoe #077328

Tints of Crusoe #077328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 24.69%

R = 4.32%
G = 70.99%
B = 24.69%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.65

 K value IS 0.55

RGB Variations

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

Color information

#077328 (or 0x077328) is known color: Crusoe. HEX triplet: 07, 73 and 28. RGB value is (7,115,40). Sum of RGB (Red+Green+Blue) = 7+115+40=162 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.32% from 162); Green value is 115 (45.31% from 255 or 70.99% from 162); Blue value is 40 (16.02% from 255 or 24.69% from 162); Max value from RGB is 115 - color contains mainly: green. Hex color #077328 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #077328 is #F88CD7. Grayscale: #4A4A4A. Windows color (decimal): -16288984 or 2650887. OLE color: 2650887.

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

Color convert

RGB 7 115 40 -
CMYK 0.94 0 0.65 0.55
HSL 138.33º 0.89% 0.24% -
HSV(B) 138.33º 0.94% 0.45% -
XYZ 6.6 12.46 4.06 -
YUV 74.16 108.72 80.1 -
System Red Green Blue C M Y K H S L
Decimal 7 115 40 0.94 0 0.65 0.55 138.33 0.89 0.24
Hex 7 73 28 5E 0 41 37 8A 59 18
Octal 7 163 50 136 0 101 67 212 131 30
Binary 111 1110011 101000 1011110 0 1000001 110111 10001010 1011001 11000

Color Harmonies of #077328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077328

Black with #077328

Text Example


Text Example

White with #077328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077328; }

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

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

background-color css

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

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

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

border-color css

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

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

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