Html Css Color HEX #077039 Jewel

📋 copy color: '#077039'

red 7 ◦ green 112 ◦ blue 57

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

Shades of Jewel #077039

Tints of Jewel #077039

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 32.39%

R = 3.98%
G = 63.64%
B = 32.39%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.49

 K value IS 0.56

RGB Variations

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

Color information

#077039 (or 0x077039) is known color: Jewel. HEX triplet: 07, 70 and 39. RGB value is (7,112,57). Sum of RGB (Red+Green+Blue) = 7+112+57=176 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.98% from 176); Green value is 112 (44.14% from 255 or 63.64% from 176); Blue value is 57 (22.66% from 255 or 32.39% from 176); Max value from RGB is 112 - color contains mainly: green. Hex color #077039 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #077039 is #F88FC6. Grayscale: #4A4A4A. Windows color (decimal): -16289735 or 3764231. OLE color: 3764231.

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

Color convert

RGB 7 112 57 -
CMYK 0.94 0 0.49 0.56
HSL 148.57º 0.88% 0.23% -
HSV(B) 148.57º 0.94% 0.44% -
XYZ 6.62 11.93 5.82 -
YUV 74.34 118.21 79.97 -
System Red Green Blue C M Y K H S L
Decimal 7 112 57 0.94 0 0.49 0.56 148.57 0.88 0.23
Hex 7 70 39 5E 0 31 38 95 58 17
Octal 7 160 71 136 0 61 70 225 130 27
Binary 111 1110000 111001 1011110 0 110001 111000 10010101 1011000 10111

Color Harmonies of #077039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077039

Black with #077039

Text Example


Text Example

White with #077039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077039; }

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

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

background-color css

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

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

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

border-color css

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

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

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