Html Css Color HEX #076B3A Jewel

📋 copy color: '#076B3A'

red 7 ◦ green 107 ◦ blue 58

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

Shades of Jewel #076B3A

Tints of Jewel #076B3A

RGB

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

 GREEN value IS 107 (42.19% from 255) = 62.21%

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

R = 4.07%
G = 62.21%
B = 33.72%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.46

 K value IS 0.58

RGB Variations

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

Color information

#076B3A (or 0x076B3A) is known color: Jewel. HEX triplet: 07, 6B and 3A. RGB value is (7,107,58). Sum of RGB (Red+Green+Blue) = 7+107+58=172 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.07% from 172); Green value is 107 (42.19% from 255 or 62.21% from 172); Blue value is 58 (23.05% from 255 or 33.72% from 172); Max value from RGB is 107 - color contains mainly: green. Hex color #076B3A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #076B3A is #F894C5. Grayscale: #474747. Windows color (decimal): -16291014 or 3828487. OLE color: 3828487.

HSL color Cylindrical-coordinate representation of color #076B3A: hue angle of 150.6º 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 #076B3A is Cyan = 0.93, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.58.

Color convert

RGB 7 107 58 -
CMYK 0.93 0 0.46 0.58
HSL 150.6º 0.88% 0.22% -
HSV(B) 150.6º 0.93% 0.42% -
XYZ 6.11 10.87 5.78 -
YUV 71.51 120.37 81.98 -
System Red Green Blue C M Y K H S L
Decimal 7 107 58 0.93 0 0.46 0.58 150.6 0.88 0.22
Hex 7 6B 3A 5D 0 2E 3A 97 58 16
Octal 7 153 72 135 0 56 72 227 130 26
Binary 111 1101011 111010 1011101 0 101110 111010 10010111 1011000 10110

Color Harmonies of #076B3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076B3A

Black with #076B3A

Text Example


Text Example

White with #076B3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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