Html Css Color HEX #076044 Jewel

📋 copy color: '#076044'

red 7 ◦ green 96 ◦ blue 68

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

Shades of Jewel #076044

Tints of Jewel #076044

RGB

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

 GREEN value IS 96 (37.89% from 255) = 56.14%

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

R = 4.09%
G = 56.14%
B = 39.77%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.29

 K value IS 0.62

RGB Variations

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

Color information

#076044 (or 0x076044) is known color: Jewel. HEX triplet: 07, 60 and 44. RGB value is (7,96,68). Sum of RGB (Red+Green+Blue) = 7+96+68=171 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.09% from 171); Green value is 96 (37.89% from 255 or 56.14% from 171); Blue value is 68 (26.95% from 255 or 39.77% from 171); Max value from RGB is 96 - color contains mainly: green. Hex color #076044 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #076044 is #F89FBB. Grayscale: #424242. Windows color (decimal): -16293820 or 4481031. OLE color: 4481031.

HSL color Cylindrical-coordinate representation of color #076044: hue angle of 161.12º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #076044 is Cyan = 0.93, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.62.

Color convert

RGB 7 96 68 -
CMYK 0.93 0 0.29 0.62
HSL 161.12º 0.86% 0.2% -
HSV(B) 161.12º 0.93% 0.38% -
XYZ 5.31 8.83 6.89 -
YUV 66.2 129.01 85.78 -
System Red Green Blue C M Y K H S L
Decimal 7 96 68 0.93 0 0.29 0.62 161.12 0.86 0.2
Hex 7 60 44 5D 0 1D 3E A1 56 14
Octal 7 140 104 135 0 35 76 241 126 24
Binary 111 1100000 1000100 1011101 0 11101 111110 10100001 1010110 10100

Color Harmonies of #076044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076044

Black with #076044

Text Example


Text Example

White with #076044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076044; }

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

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

background-color css

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

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

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

border-color css

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

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

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