Html Css Color HEX #076A35 Fun Green

📋 copy color: '#076A35'

red 7 ◦ green 106 ◦ blue 53

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

Shades of Fun Green #076A35

Tints of Fun Green #076A35

RGB

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

 GREEN value IS 106 (41.8% from 255) = 63.86%

 BLUE value IS 53 (21.09% from 255) = 31.93%

R = 4.22%
G = 63.86%
B = 31.93%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.5

 K value IS 0.58

RGB Variations

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

Color information

#076A35 (or 0x076A35) is known color: Fun Green. HEX triplet: 07, 6A and 35. RGB value is (7,106,53). Sum of RGB (Red+Green+Blue) = 7+106+53=166 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.22% from 166); Green value is 106 (41.80% from 255 or 63.86% from 166); Blue value is 53 (21.09% from 255 or 31.93% from 166); Max value from RGB is 106 - color contains mainly: green. Hex color #076A35 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #076A35 is #F895CA. Grayscale: #464646. Windows color (decimal): -16291275 or 3500551. OLE color: 3500551.

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

Color convert

RGB 7 106 53 -
CMYK 0.93 0 0.5 0.58
HSL 147.88º 0.88% 0.22% -
HSV(B) 147.88º 0.93% 0.42% -
XYZ 5.88 10.61 5.11 -
YUV 70.36 118.2 82.81 -
System Red Green Blue C M Y K H S L
Decimal 7 106 53 0.93 0 0.5 0.58 147.88 0.88 0.22
Hex 7 6A 35 5D 0 32 3A 94 58 16
Octal 7 152 65 135 0 62 72 224 130 26
Binary 111 1101010 110101 1011101 0 110010 111010 10010100 1011000 10110

Color Harmonies of #076A35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076A35

Black with #076A35

Text Example


Text Example

White with #076A35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,106,53); }

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

background-color css

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

 a { background-color: rgb(7,106,53); }

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

border-color css

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

 span { border-color: rgb(7,106,53); }

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