Html Css Color HEX #07B140 Dark Pastel Green

📋 copy color: '#07B140'

red 7 ◦ green 177 ◦ blue 64

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

Shades of Dark Pastel Green #07B140

Tints of Dark Pastel Green #07B140

RGB

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

 GREEN value IS 177 (69.53% from 255) = 71.37%

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

R = 2.82%
G = 71.37%
B = 25.81%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#07B140 (or 0x07B140) is known color: Dark Pastel Green. HEX triplet: 07, B1 and 40. RGB value is (7,177,64). Sum of RGB (Red+Green+Blue) = 7+177+64=248 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.82% from 248); Green value is 177 (69.53% from 255 or 71.37% from 248); Blue value is 64 (25.39% from 255 or 25.81% from 248); Max value from RGB is 177 - color contains mainly: green. Hex color #07B140 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #07B140 is #F84EBF. Grayscale: #717171. Windows color (decimal): -16273088 or 4239623. OLE color: 4239623.

HSL color Cylindrical-coordinate representation of color #07B140: hue angle of 140.12º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07B140 is Cyan = 0.96, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.31.

Color convert

RGB 7 177 64 -
CMYK 0.96 0 0.64 0.31
HSL 140.12º 0.92% 0.36% -
HSV(B) 140.12º 0.96% 0.69% -
XYZ 16.74 31.86 10.12 -
YUV 113.29 100.18 52.19 -
System Red Green Blue C M Y K H S L
Decimal 7 177 64 0.96 0 0.64 0.31 140.12 0.92 0.36
Hex 7 B1 40 60 0 40 1F 8C 5C 24
Octal 7 261 100 140 0 100 37 214 134 44
Binary 111 10110001 1000000 1100000 0 1000000 11111 10001100 1011100 100100

Color Harmonies of #07B140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07B140

Black with #07B140

Text Example


Text Example

White with #07B140

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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