Html Css Color HEX #07BC3B Dark Pastel Green

📋 copy color: '#07BC3B'

red 7 ◦ green 188 ◦ blue 59

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

Shades of Dark Pastel Green #07BC3B

Tints of Dark Pastel Green #07BC3B

RGB

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

 GREEN value IS 188 (73.83% from 255) = 74.02%

 BLUE value IS 59 (23.44% from 255) = 23.23%

R = 2.76%
G = 74.02%
B = 23.23%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#07BC3B (or 0x07BC3B) is known color: Dark Pastel Green. HEX triplet: 07, BC and 3B. RGB value is (7,188,59). Sum of RGB (Red+Green+Blue) = 7+188+59=254 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.76% from 254); Green value is 188 (73.83% from 255 or 74.02% from 254); Blue value is 59 (23.44% from 255 or 23.23% from 254); Max value from RGB is 188 - color contains mainly: green. Hex color #07BC3B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07BC3B is #F843C4. Grayscale: #777777. Windows color (decimal): -16270277 or 3914759. OLE color: 3914759.

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

Color convert

RGB 7 188 59 -
CMYK 0.96 0 0.69 0.26
HSL 137.24º 0.93% 0.38% -
HSV(B) 137.24º 0.96% 0.74% -
XYZ 18.86 36.33 10.16 -
YUV 119.18 94.03 47.99 -
System Red Green Blue C M Y K H S L
Decimal 7 188 59 0.96 0 0.69 0.26 137.24 0.93 0.38
Hex 7 BC 3B 60 0 45 1A 89 5D 26
Octal 7 274 73 140 0 105 32 211 135 46
Binary 111 10111100 111011 1100000 0 1000101 11010 10001001 1011101 100110

Color Harmonies of #07BC3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07BC3B

Black with #07BC3B

Text Example


Text Example

White with #07BC3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,188,59); }

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

background-color css

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

 a { background-color: rgb(7,188,59); }

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

border-color css

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

 span { border-color: rgb(7,188,59); }

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