Html Css Color HEX #076A3A Jewel

📋 copy color: '#076A3A'

red 7 ◦ green 106 ◦ blue 58

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

Shades of Jewel #076A3A

Tints of Jewel #076A3A

RGB

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

 GREEN value IS 106 (41.8% from 255) = 61.99%

 BLUE value IS 58 (23.05% from 255) = 33.92%

R = 4.09%
G = 61.99%
B = 33.92%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.45

 K value IS 0.58

RGB Variations

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

Color information

#076A3A (or 0x076A3A) is known color: Jewel. HEX triplet: 07, 6A and 3A. RGB value is (7,106,58). Sum of RGB (Red+Green+Blue) = 7+106+58=171 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.09% from 171); Green value is 106 (41.80% from 255 or 61.99% from 171); Blue value is 58 (23.05% from 255 or 33.92% from 171); Max value from RGB is 106 - color contains mainly: green. Hex color #076A3A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #076A3A is #F895C5. Grayscale: #474747. Windows color (decimal): -16291270 or 3828231. OLE color: 3828231.

HSL color Cylindrical-coordinate representation of color #076A3A: hue angle of 150.91º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #076A3A is Cyan = 0.93, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.58.

Color convert

RGB 7 106 58 -
CMYK 0.93 0 0.45 0.58
HSL 150.91º 0.88% 0.22% -
HSV(B) 150.91º 0.93% 0.42% -
XYZ 6.01 10.66 5.74 -
YUV 70.93 120.7 82.4 -
System Red Green Blue C M Y K H S L
Decimal 7 106 58 0.93 0 0.45 0.58 150.91 0.88 0.22
Hex 7 6A 3A 5D 0 2D 3A 97 58 16
Octal 7 152 72 135 0 55 72 227 130 26
Binary 111 1101010 111010 1011101 0 101101 111010 10010111 1011000 10110

Color Harmonies of #076A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076A3A

Black with #076A3A

Text Example


Text Example

White with #076A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076A3A; }

 p { color: rgb(7,106,58); }

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

background-color css

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

 a { background-color: rgb(7,106,58); }

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

border-color css

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

 span { border-color: rgb(7,106,58); }

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