Html Css Color HEX #076E3A Jewel

📋 copy color: '#076E3A'

red 7 ◦ green 110 ◦ blue 58

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

Shades of Jewel #076E3A

Tints of Jewel #076E3A

RGB

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

 GREEN value IS 110 (43.36% from 255) = 62.86%

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

R = 4%
G = 62.86%
B = 33.14%

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

#076E3A (or 0x076E3A) is known color: Jewel. HEX triplet: 07, 6E and 3A. RGB value is (7,110,58). Sum of RGB (Red+Green+Blue) = 7+110+58=175 (23% of max value = 765). Red value is 7 (3.12% from 255 or 4% from 175); Green value is 110 (43.36% from 255 or 62.86% from 175); Blue value is 58 (23.05% from 255 or 33.14% from 175); Max value from RGB is 110 - color contains mainly: green. Hex color #076E3A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #076E3A is #F891C5. Grayscale: #494949. Windows color (decimal): -16290246 or 3829255. OLE color: 3829255.

HSL color Cylindrical-coordinate representation of color #076E3A: hue angle of 149.71º 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 #076E3A is Cyan = 0.94, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.57.

Color convert

RGB 7 110 58 -
CMYK 0.94 0 0.47 0.57
HSL 149.71º 0.88% 0.23% -
HSV(B) 149.71º 0.94% 0.43% -
XYZ 6.43 11.5 5.88 -
YUV 73.28 119.38 80.73 -
System Red Green Blue C M Y K H S L
Decimal 7 110 58 0.94 0 0.47 0.57 149.71 0.88 0.23
Hex 7 6E 3A 5E 0 2F 39 96 58 17
Octal 7 156 72 136 0 57 71 226 130 27
Binary 111 1101110 111010 1011110 0 101111 111001 10010110 1011000 10111

Color Harmonies of #076E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076E3A

Black with #076E3A

Text Example


Text Example

White with #076E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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