Html Css Color HEX #07BA44 Dark Pastel Green

📋 copy color: '#07BA44'

red 7 ◦ green 186 ◦ blue 68

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

Shades of Dark Pastel Green #07BA44

Tints of Dark Pastel Green #07BA44

RGB

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

 GREEN value IS 186 (73.05% from 255) = 71.26%

 BLUE value IS 68 (26.95% from 255) = 26.05%

R = 2.68%
G = 71.26%
B = 26.05%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#07BA44 (or 0x07BA44) is known color: Dark Pastel Green. HEX triplet: 07, BA and 44. RGB value is (7,186,68). Sum of RGB (Red+Green+Blue) = 7+186+68=261 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.68% from 261); Green value is 186 (73.05% from 255 or 71.26% from 261); Blue value is 68 (26.95% from 255 or 26.05% from 261); Max value from RGB is 186 - color contains mainly: green. Hex color #07BA44 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07BA44 is #F845BB. Grayscale: #777777. Windows color (decimal): -16270780 or 4504071. OLE color: 4504071.

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

Color convert

RGB 7 186 68 -
CMYK 0.96 0 0.63 0.27
HSL 140.45º 0.93% 0.38% -
HSV(B) 140.45º 0.96% 0.73% -
XYZ 18.69 35.58 11.35 -
YUV 119.03 99.2 48.09 -
System Red Green Blue C M Y K H S L
Decimal 7 186 68 0.96 0 0.63 0.27 140.45 0.93 0.38
Hex 7 BA 44 60 0 3F 1B 8C 5D 26
Octal 7 272 104 140 0 77 33 214 135 46
Binary 111 10111010 1000100 1100000 0 111111 11011 10001100 1011101 100110

Color Harmonies of #07BA44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07BA44

Black with #07BA44

Text Example


Text Example

White with #07BA44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,186,68); }

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

background-color css

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

 a { background-color: rgb(7,186,68); }

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

border-color css

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

 span { border-color: rgb(7,186,68); }

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