Html Css Color HEX #076F3A Jewel

📋 copy color: '#076F3A'

red 7 ◦ green 111 ◦ blue 58

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

Shades of Jewel #076F3A

Tints of Jewel #076F3A

RGB

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

 GREEN value IS 111 (43.75% from 255) = 63.07%

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

R = 3.98%
G = 63.07%
B = 32.95%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.48

 K value IS 0.56

RGB Variations

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

Color information

#076F3A (or 0x076F3A) is known color: Jewel. HEX triplet: 07, 6F and 3A. RGB value is (7,111,58). Sum of RGB (Red+Green+Blue) = 7+111+58=176 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.98% from 176); Green value is 111 (43.75% from 255 or 63.07% from 176); Blue value is 58 (23.05% from 255 or 32.95% from 176); Max value from RGB is 111 - color contains mainly: green. Hex color #076F3A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #076F3A is #F890C5. Grayscale: #494949. Windows color (decimal): -16289990 or 3829511. OLE color: 3829511.

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

Color convert

RGB 7 111 58 -
CMYK 0.94 0 0.48 0.56
HSL 149.42º 0.88% 0.23% -
HSV(B) 149.42º 0.94% 0.44% -
XYZ 6.54 11.72 5.92 -
YUV 73.86 119.04 80.31 -
System Red Green Blue C M Y K H S L
Decimal 7 111 58 0.94 0 0.48 0.56 149.42 0.88 0.23
Hex 7 6F 3A 5E 0 30 38 95 58 17
Octal 7 157 72 136 0 60 70 225 130 27
Binary 111 1101111 111010 1011110 0 110000 111000 10010101 1011000 10111

Color Harmonies of #076F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076F3A

Black with #076F3A

Text Example


Text Example

White with #076F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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