Html Css Color HEX #07A134 Dark Pastel Green

📋 copy color: '#07A134'

red 7 ◦ green 161 ◦ blue 52

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

Shades of Dark Pastel Green #07A134

Tints of Dark Pastel Green #07A134

RGB

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

 GREEN value IS 161 (63.28% from 255) = 73.18%

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

R = 3.18%
G = 73.18%
B = 23.64%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.68

 K value IS 0.37

RGB Variations

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

Color information

#07A134 (or 0x07A134) is known color: Dark Pastel Green. HEX triplet: 07, A1 and 34. RGB value is (7,161,52). Sum of RGB (Red+Green+Blue) = 7+161+52=220 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.18% from 220); Green value is 161 (63.28% from 255 or 73.18% from 220); Blue value is 52 (20.70% from 255 or 23.64% from 220); Max value from RGB is 161 - color contains mainly: green. Hex color #07A134 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #07A134 is #F85ECB. Grayscale: #666666. Windows color (decimal): -16277196 or 3449095. OLE color: 3449095.

HSL color Cylindrical-coordinate representation of color #07A134: hue angle of 137.53º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07A134 is Cyan = 0.96, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.37.

Color convert

RGB 7 161 52 -
CMYK 0.96 0 0.68 0.37
HSL 137.53º 0.92% 0.33% -
HSV(B) 137.53º 0.96% 0.63% -
XYZ 13.45 25.78 7.52 -
YUV 102.53 99.48 59.86 -
System Red Green Blue C M Y K H S L
Decimal 7 161 52 0.96 0 0.68 0.37 137.53 0.92 0.33
Hex 7 A1 34 60 0 44 25 8A 5C 21
Octal 7 241 64 140 0 104 45 212 134 41
Binary 111 10100001 110100 1100000 0 1000100 100101 10001010 1011100 100001

Color Harmonies of #07A134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07A134

Black with #07A134

Text Example


Text Example

White with #07A134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07A134; }

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

 H1.HeaderClassName
 {
   color: #07A134;
 }
 .AnyTagClassName
 {
   color: #07A134;
 }
</style>

background-color css

<style>
 a { background-color: #07A134; }

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

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

border-color css

<style>
 span { border-color: #07A134; }

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

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