Html Css Color HEX #076B34 Fun Green

📋 copy color: '#076B34'

red 7 ◦ green 107 ◦ blue 52

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

Shades of Fun Green #076B34

Tints of Fun Green #076B34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 31.33%

R = 4.22%
G = 64.46%
B = 31.33%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.51

 K value IS 0.58

RGB Variations

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

Color information

#076B34 (or 0x076B34) is known color: Fun Green. HEX triplet: 07, 6B and 34. RGB value is (7,107,52). Sum of RGB (Red+Green+Blue) = 7+107+52=166 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.22% from 166); Green value is 107 (42.19% from 255 or 64.46% from 166); Blue value is 52 (20.70% from 255 or 31.33% from 166); Max value from RGB is 107 - color contains mainly: green. Hex color #076B34 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #076B34 is #F894CB. Grayscale: #464646. Windows color (decimal): -16291020 or 3435271. OLE color: 3435271.

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

Color convert

RGB 7 107 52 -
CMYK 0.93 0 0.51 0.58
HSL 147º 0.88% 0.22% -
HSV(B) 147º 0.93% 0.42% -
XYZ 5.97 10.81 5.02 -
YUV 70.83 117.37 82.47 -
System Red Green Blue C M Y K H S L
Decimal 7 107 52 0.93 0 0.51 0.58 147 0.88 0.22
Hex 7 6B 34 5D 0 33 3A 93 58 16
Octal 7 153 64 135 0 63 72 223 130 26
Binary 111 1101011 110100 1011101 0 110011 111010 10010011 1011000 10110

Color Harmonies of #076B34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076B34

Black with #076B34

Text Example


Text Example

White with #076B34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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