Html Css Color HEX #07C640 Dark Pastel Green

📋 copy color: '#07C640'

red 7 ◦ green 198 ◦ blue 64

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

Shades of Dark Pastel Green #07C640

Tints of Dark Pastel Green #07C640

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 23.79%

R = 2.6%
G = 73.61%
B = 23.79%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#07C640 (or 0x07C640) is known color: Dark Pastel Green. HEX triplet: 07, C6 and 40. RGB value is (7,198,64). Sum of RGB (Red+Green+Blue) = 7+198+64=269 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.60% from 269); Green value is 198 (77.73% from 255 or 73.61% from 269); Blue value is 64 (25.39% from 255 or 23.79% from 269); Max value from RGB is 198 - color contains mainly: green. Hex color #07C640 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07C640 is #F839BF. Grayscale: #7D7D7D. Windows color (decimal): -16267712 or 4244999. OLE color: 4244999.

HSL color Cylindrical-coordinate representation of color #07C640: hue angle of 137.91º 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 #07C640 is Cyan = 0.96, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB 7 198 64 -
CMYK 0.96 0 0.68 0.22
HSL 137.91º 0.93% 0.4% -
HSV(B) 137.91º 0.96% 0.78% -
XYZ 21.21 40.8 11.61 -
YUV 125.62 93.22 43.4 -
System Red Green Blue C M Y K H S L
Decimal 7 198 64 0.96 0 0.68 0.22 137.91 0.93 0.4
Hex 7 C6 40 60 0 44 16 8A 5D 28
Octal 7 306 100 140 0 104 26 212 135 50
Binary 111 11000110 1000000 1100000 0 1000100 10110 10001010 1011101 101000

Color Harmonies of #07C640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07C640

Black with #07C640

Text Example


Text Example

White with #07C640

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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