Html Css Color HEX #07BB26 Dark Pastel Green

📋 copy color: '#07BB26'

red 7 ◦ green 187 ◦ blue 38

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

Shades of Dark Pastel Green #07BB26

Tints of Dark Pastel Green #07BB26

RGB

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

 GREEN value IS 187 (73.44% from 255) = 80.6%

 BLUE value IS 38 (15.23% from 255) = 16.38%

R = 3.02%
G = 80.6%
B = 16.38%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#07BB26 (or 0x07BB26) is known color: Dark Pastel Green. HEX triplet: 07, BB and 26. RGB value is (7,187,38). Sum of RGB (Red+Green+Blue) = 7+187+38=232 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.02% from 232); Green value is 187 (73.44% from 255 or 80.60% from 232); Blue value is 38 (15.23% from 255 or 16.38% from 232); Max value from RGB is 187 - color contains mainly: green. Hex color #07BB26 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07BB26 is #F844D9. Grayscale: #747474. Windows color (decimal): -16270554 or 2538247. OLE color: 2538247.

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

Color convert

RGB 7 187 38 -
CMYK 0.96 0 0.80 0.27
HSL 130.33º 0.93% 0.38% -
HSV(B) 130.33º 0.96% 0.73% -
XYZ 18.21 35.73 7.77 -
YUV 116.19 83.87 50.12 -
System Red Green Blue C M Y K H S L
Decimal 7 187 38 0.96 0 0.80 0.27 130.33 0.93 0.38
Hex 7 BB 26 60 0 50 1B 82 5D 26
Octal 7 273 46 140 0 120 33 202 135 46
Binary 111 10111011 100110 1100000 0 1010000 11011 10000010 1011101 100110

Color Harmonies of #07BB26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07BB26

Black with #07BB26

Text Example


Text Example

White with #07BB26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,187,38); }

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

background-color css

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

 a { background-color: rgb(7,187,38); }

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

border-color css

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

 span { border-color: rgb(7,187,38); }

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