Html Css Color HEX #077344 Jewel

📋 copy color: '#077344'

red 7 ◦ green 115 ◦ blue 68

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

Shades of Jewel #077344

Tints of Jewel #077344

RGB

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

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

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

R = 3.68%
G = 60.53%
B = 35.79%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.41

 K value IS 0.55

RGB Variations

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

Color information

#077344 (or 0x077344) is known color: Jewel. HEX triplet: 07, 73 and 44. RGB value is (7,115,68). Sum of RGB (Red+Green+Blue) = 7+115+68=190 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.68% from 190); Green value is 115 (45.31% from 255 or 60.53% from 190); Blue value is 68 (26.95% from 255 or 35.79% from 190); Max value from RGB is 115 - color contains mainly: green. Hex color #077344 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #077344 is #F88CBB. Grayscale: #4D4D4D. Windows color (decimal): -16288956 or 4485895. OLE color: 4485895.

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

Color convert

RGB 7 115 68 -
CMYK 0.94 0 0.41 0.55
HSL 153.89º 0.89% 0.24% -
HSV(B) 153.89º 0.94% 0.45% -
XYZ 7.26 12.72 7.54 -
YUV 77.35 122.72 77.82 -
System Red Green Blue C M Y K H S L
Decimal 7 115 68 0.94 0 0.41 0.55 153.89 0.89 0.24
Hex 7 73 44 5E 0 29 37 9A 59 18
Octal 7 163 104 136 0 51 67 232 131 30
Binary 111 1110011 1000100 1011110 0 101001 110111 10011010 1011001 11000

Color Harmonies of #077344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077344

Black with #077344

Text Example


Text Example

White with #077344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077344; }

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

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

background-color css

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

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

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

border-color css

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

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

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