Html Css Color HEX #076D3A Jewel

📋 copy color: '#076D3A'

red 7 ◦ green 109 ◦ blue 58

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

Shades of Jewel #076D3A

Tints of Jewel #076D3A

RGB

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

 GREEN value IS 109 (42.97% from 255) = 62.64%

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

R = 4.02%
G = 62.64%
B = 33.33%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.47

 K value IS 0.57

RGB Variations

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

Color information

#076D3A (or 0x076D3A) is known color: Jewel. HEX triplet: 07, 6D and 3A. RGB value is (7,109,58). Sum of RGB (Red+Green+Blue) = 7+109+58=174 (23% of max value = 765). Red value is 7 (3.12% from 255 or 4.02% from 174); Green value is 109 (42.97% from 255 or 62.64% from 174); Blue value is 58 (23.05% from 255 or 33.33% from 174); Max value from RGB is 109 - color contains mainly: green. Hex color #076D3A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #076D3A is #F892C5. Grayscale: #484848. Windows color (decimal): -16290502 or 3828999. OLE color: 3828999.

HSL color Cylindrical-coordinate representation of color #076D3A: hue angle of 150º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #076D3A is Cyan = 0.94, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.57.

Color convert

RGB 7 109 58 -
CMYK 0.94 0 0.47 0.57
HSL 150º 0.88% 0.23% -
HSV(B) 150º 0.94% 0.43% -
XYZ 6.32 11.29 5.85 -
YUV 72.69 119.71 81.15 -
System Red Green Blue C M Y K H S L
Decimal 7 109 58 0.94 0 0.47 0.57 150 0.88 0.23
Hex 7 6D 3A 5E 0 2F 39 96 58 17
Octal 7 155 72 136 0 57 71 226 130 27
Binary 111 1101101 111010 1011110 0 101111 111001 10010110 1011000 10111

Color Harmonies of #076D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076D3A

Black with #076D3A

Text Example


Text Example

White with #076D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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