Html Css Color HEX #077044 Jewel

📋 copy color: '#077044'

red 7 ◦ green 112 ◦ blue 68

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

Shades of Jewel #077044

Tints of Jewel #077044

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 36.36%

R = 3.74%
G = 59.89%
B = 36.36%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.39

 K value IS 0.56

RGB Variations

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

Color information

#077044 (or 0x077044) is known color: Jewel. HEX triplet: 07, 70 and 44. RGB value is (7,112,68). Sum of RGB (Red+Green+Blue) = 7+112+68=187 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.74% from 187); Green value is 112 (44.14% from 255 or 59.89% from 187); Blue value is 68 (26.95% from 255 or 36.36% from 187); Max value from RGB is 112 - color contains mainly: green. Hex color #077044 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #077044 is #F88FBB. Grayscale: #4B4B4B. Windows color (decimal): -16289724 or 4485127. OLE color: 4485127.

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

Color convert

RGB 7 112 68 -
CMYK 0.94 0 0.39 0.56
HSL 154.86º 0.88% 0.23% -
HSV(B) 154.86º 0.94% 0.44% -
XYZ 6.93 12.05 7.43 -
YUV 75.59 123.71 79.08 -
System Red Green Blue C M Y K H S L
Decimal 7 112 68 0.94 0 0.39 0.56 154.86 0.88 0.23
Hex 7 70 44 5E 0 27 38 9B 58 17
Octal 7 160 104 136 0 47 70 233 130 27
Binary 111 1110000 1000100 1011110 0 100111 111000 10011011 1011000 10111

Color Harmonies of #077044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077044

Black with #077044

Text Example


Text Example

White with #077044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077044; }

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

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

background-color css

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

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

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

border-color css

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

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

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