Html Css Color HEX #076B32 Fun Green

📋 copy color: '#076B32'

red 7 ◦ green 107 ◦ blue 50

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

Shades of Fun Green #076B32

Tints of Fun Green #076B32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 30.49%

R = 4.27%
G = 65.24%
B = 30.49%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.53

 K value IS 0.58

RGB Variations

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

Color information

#076B32 (or 0x076B32) is known color: Fun Green. HEX triplet: 07, 6B and 32. RGB value is (7,107,50). Sum of RGB (Red+Green+Blue) = 7+107+50=164 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.27% from 164); Green value is 107 (42.19% from 255 or 65.24% from 164); Blue value is 50 (19.92% from 255 or 30.49% from 164); Max value from RGB is 107 - color contains mainly: green. Hex color #076B32 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #076B32 is #F894CD. Grayscale: #464646. Windows color (decimal): -16291022 or 3304199. OLE color: 3304199.

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

Color convert

RGB 7 107 50 -
CMYK 0.93 0 0.53 0.58
HSL 145.8º 0.88% 0.22% -
HSV(B) 145.8º 0.93% 0.42% -
XYZ 5.92 10.79 4.79 -
YUV 70.6 116.37 82.63 -
System Red Green Blue C M Y K H S L
Decimal 7 107 50 0.93 0 0.53 0.58 145.8 0.88 0.22
Hex 7 6B 32 5D 0 35 3A 92 58 16
Octal 7 153 62 135 0 65 72 222 130 26
Binary 111 1101011 110010 1011101 0 110101 111010 10010010 1011000 10110

Color Harmonies of #076B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076B32

Black with #076B32

Text Example


Text Example

White with #076B32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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