Html Css Color HEX #07B61C Dark Pastel Green

📋 copy color: '#07B61C'

red 7 ◦ green 182 ◦ blue 28

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

Shades of Dark Pastel Green #07B61C

Tints of Dark Pastel Green #07B61C

RGB

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

 GREEN value IS 182 (71.48% from 255) = 83.87%

 BLUE value IS 28 (11.33% from 255) = 12.9%

R = 3.23%
G = 83.87%
B = 12.9%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.85

 K value IS 0.29

RGB Variations

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

Color information

#07B61C (or 0x07B61C) is known color: Dark Pastel Green. HEX triplet: 07, B6 and 1C. RGB value is (7,182,28). Sum of RGB (Red+Green+Blue) = 7+182+28=217 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.23% from 217); Green value is 182 (71.48% from 255 or 83.87% from 217); Blue value is 28 (11.33% from 255 or 12.90% from 217); Max value from RGB is 182 - color contains mainly: green. Hex color #07B61C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07B61C is #F849E3. Grayscale: #707070. Windows color (decimal): -16271844 or 1881607. OLE color: 1881607.

HSL color Cylindrical-coordinate representation of color #07B61C: hue angle of 127.2º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07B61C is Cyan = 0.96, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.29.

Color convert

RGB 7 182 28 -
CMYK 0.96 0 0.85 0.29
HSL 127.2º 0.93% 0.37% -
HSV(B) 127.2º 0.96% 0.71% -
XYZ 17.03 33.58 6.68 -
YUV 112.12 80.52 53.02 -
System Red Green Blue C M Y K H S L
Decimal 7 182 28 0.96 0 0.85 0.29 127.2 0.93 0.37
Hex 7 B6 1C 60 0 55 1D 7F 5D 25
Octal 7 266 34 140 0 125 35 177 135 45
Binary 111 10110110 11100 1100000 0 1010101 11101 1111111 1011101 100101

Color Harmonies of #07B61C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07B61C

Black with #07B61C

Text Example


Text Example

White with #07B61C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,182,28); }

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

background-color css

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

 a { background-color: rgb(7,182,28); }

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

border-color css

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

 span { border-color: rgb(7,182,28); }

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