Html Css Color HEX #07B94A Dark Pastel Green

📋 copy color: '#07B94A'

red 7 ◦ green 185 ◦ blue 74

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

Shades of Dark Pastel Green #07B94A

Tints of Dark Pastel Green #07B94A

RGB

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

 GREEN value IS 185 (72.66% from 255) = 69.55%

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

R = 2.63%
G = 69.55%
B = 27.82%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.6

 K value IS 0.27

RGB Variations

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

Color information

#07B94A (or 0x07B94A) is known color: Dark Pastel Green. HEX triplet: 07, B9 and 4A. RGB value is (7,185,74). Sum of RGB (Red+Green+Blue) = 7+185+74=266 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.63% from 266); Green value is 185 (72.66% from 255 or 69.55% from 266); Blue value is 74 (29.30% from 255 or 27.82% from 266); Max value from RGB is 185 - color contains mainly: green. Hex color #07B94A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07B94A is #F846B5. Grayscale: #777777. Windows color (decimal): -16271030 or 4897031. OLE color: 4897031.

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

Color convert

RGB 7 185 74 -
CMYK 0.96 0 0.6 0.27
HSL 142.58º 0.93% 0.38% -
HSV(B) 142.58º 0.96% 0.73% -
XYZ 18.67 35.24 12.3 -
YUV 119.12 102.53 48.03 -
System Red Green Blue C M Y K H S L
Decimal 7 185 74 0.96 0 0.6 0.27 142.58 0.93 0.38
Hex 7 B9 4A 60 0 3C 1B 8F 5D 26
Octal 7 271 112 140 0 74 33 217 135 46
Binary 111 10111001 1001010 1100000 0 111100 11011 10001111 1011101 100110

Color Harmonies of #07B94A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07B94A

Black with #07B94A

Text Example


Text Example

White with #07B94A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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