Html Css Color HEX #077128 Crusoe

📋 copy color: '#077128'

red 7 ◦ green 113 ◦ blue 40

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

Shades of Crusoe #077128

Tints of Crusoe #077128

RGB

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

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

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

R = 4.38%
G = 70.63%
B = 25%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.65

 K value IS 0.56

RGB Variations

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

Color information

#077128 (or 0x077128) is known color: Crusoe. HEX triplet: 07, 71 and 28. RGB value is (7,113,40). Sum of RGB (Red+Green+Blue) = 7+113+40=160 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.38% from 160); Green value is 113 (44.53% from 255 or 70.62% from 160); Blue value is 40 (16.02% from 255 or 25% from 160); Max value from RGB is 113 - color contains mainly: green. Hex color #077128 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #077128 is #F88ED7. Grayscale: #494949. Windows color (decimal): -16289496 or 2650375. OLE color: 2650375.

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

Color convert

RGB 7 113 40 -
CMYK 0.94 0 0.65 0.56
HSL 138.68º 0.88% 0.24% -
HSV(B) 138.68º 0.94% 0.44% -
XYZ 6.38 12.01 3.99 -
YUV 72.98 109.38 80.94 -
System Red Green Blue C M Y K H S L
Decimal 7 113 40 0.94 0 0.65 0.56 138.68 0.88 0.24
Hex 7 71 28 5E 0 41 38 8B 58 18
Octal 7 161 50 136 0 101 70 213 130 30
Binary 111 1110001 101000 1011110 0 1000001 111000 10001011 1011000 11000

Color Harmonies of #077128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077128

Black with #077128

Text Example


Text Example

White with #077128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077128; }

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

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

background-color css

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

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

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

border-color css

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

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

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