Html Css Color HEX #07C134 Dark Pastel Green

📋 copy color: '#07C134'

red 7 ◦ green 193 ◦ blue 52

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

Shades of Dark Pastel Green #07C134

Tints of Dark Pastel Green #07C134

RGB

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

 GREEN value IS 193 (75.78% from 255) = 76.59%

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

R = 2.78%
G = 76.59%
B = 20.63%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#07C134 (or 0x07C134) is known color: Dark Pastel Green. HEX triplet: 07, C1 and 34. RGB value is (7,193,52). Sum of RGB (Red+Green+Blue) = 7+193+52=252 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.78% from 252); Green value is 193 (75.78% from 255 or 76.59% from 252); Blue value is 52 (20.70% from 255 or 20.63% from 252); Max value from RGB is 193 - color contains mainly: green. Hex color #07C134 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07C134 is #F83ECB. Grayscale: #797979. Windows color (decimal): -16269004 or 3457287. OLE color: 3457287.

HSL color Cylindrical-coordinate representation of color #07C134: hue angle of 134.52º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07C134 is Cyan = 0.96, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB 7 193 52 -
CMYK 0.96 0 0.73 0.24
HSL 134.52º 0.93% 0.39% -
HSV(B) 134.52º 0.96% 0.76% -
XYZ 19.78 38.43 9.62 -
YUV 121.31 88.88 46.46 -
System Red Green Blue C M Y K H S L
Decimal 7 193 52 0.96 0 0.73 0.24 134.52 0.93 0.39
Hex 7 C1 34 60 0 49 18 87 5D 27
Octal 7 301 64 140 0 111 30 207 135 47
Binary 111 11000001 110100 1100000 0 1001001 11000 10000111 1011101 100111

Color Harmonies of #07C134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07C134

Black with #07C134

Text Example


Text Example

White with #07C134

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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