Html Css Color HEX #07C64A Dark Pastel Green

📋 copy color: '#07C64A'

red 7 ◦ green 198 ◦ blue 74

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

Shades of Dark Pastel Green #07C64A

Tints of Dark Pastel Green #07C64A

RGB

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

 GREEN value IS 198 (77.73% from 255) = 70.97%

 BLUE value IS 74 (29.3% from 255) = 26.52%

R = 2.51%
G = 70.97%
B = 26.52%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#07C64A (or 0x07C64A) is known color: Dark Pastel Green. HEX triplet: 07, C6 and 4A. RGB value is (7,198,74). Sum of RGB (Red+Green+Blue) = 7+198+74=279 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.51% from 279); Green value is 198 (77.73% from 255 or 70.97% from 279); Blue value is 74 (29.30% from 255 or 26.52% from 279); Max value from RGB is 198 - color contains mainly: green. Hex color #07C64A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07C64A is #F839B5. Grayscale: #7F7F7F. Windows color (decimal): -16267702 or 4900359. OLE color: 4900359.

HSL color Cylindrical-coordinate representation of color #07C64A: hue angle of 141.05º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07C64A is Cyan = 0.96, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.22.

Color convert

RGB 7 198 74 -
CMYK 0.96 0 0.63 0.22
HSL 141.05º 0.93% 0.4% -
HSV(B) 141.05º 0.96% 0.78% -
XYZ 21.52 40.93 13.24 -
YUV 126.76 98.22 42.58 -
System Red Green Blue C M Y K H S L
Decimal 7 198 74 0.96 0 0.63 0.22 141.05 0.93 0.4
Hex 7 C6 4A 60 0 3F 16 8D 5D 28
Octal 7 306 112 140 0 77 26 215 135 50
Binary 111 11000110 1001010 1100000 0 111111 10110 10001101 1011101 101000

Color Harmonies of #07C64A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07C64A

Black with #07C64A

Text Example


Text Example

White with #07C64A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,198,74); }

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

background-color css

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

 a { background-color: rgb(7,198,74); }

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

border-color css

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

 span { border-color: rgb(7,198,74); }

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