Html Css Color HEX #077028 Crusoe

📋 copy color: '#077028'

red 7 ◦ green 112 ◦ blue 40

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

Shades of Crusoe #077028

Tints of Crusoe #077028

RGB

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

 GREEN value IS 112 (44.14% from 255) = 70.44%

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

R = 4.4%
G = 70.44%
B = 25.16%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.64

 K value IS 0.56

RGB Variations

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

Color information

#077028 (or 0x077028) is known color: Crusoe. HEX triplet: 07, 70 and 28. RGB value is (7,112,40). Sum of RGB (Red+Green+Blue) = 7+112+40=159 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.40% from 159); Green value is 112 (44.14% from 255 or 70.44% from 159); Blue value is 40 (16.02% from 255 or 25.16% from 159); Max value from RGB is 112 - color contains mainly: green. Hex color #077028 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #077028 is #F88FD7. Grayscale: #484848. Windows color (decimal): -16289752 or 2650119. OLE color: 2650119.

HSL color Cylindrical-coordinate representation of color #077028: hue angle of 138.86º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #077028 is Cyan = 0.94, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.56.

Color convert

RGB 7 112 40 -
CMYK 0.94 0 0.64 0.56
HSL 138.86º 0.88% 0.23% -
HSV(B) 138.86º 0.94% 0.44% -
XYZ 6.26 11.79 3.95 -
YUV 72.4 109.71 81.35 -
System Red Green Blue C M Y K H S L
Decimal 7 112 40 0.94 0 0.64 0.56 138.86 0.88 0.23
Hex 7 70 28 5E 0 40 38 8B 58 17
Octal 7 160 50 136 0 100 70 213 130 27
Binary 111 1110000 101000 1011110 0 1000000 111000 10001011 1011000 10111

Color Harmonies of #077028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077028

Black with #077028

Text Example


Text Example

White with #077028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077028; }

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

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

background-color css

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

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

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

border-color css

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

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

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