Html Css Color HEX #07BB44 Dark Pastel Green

📋 copy color: '#07BB44'

red 7 ◦ green 187 ◦ blue 68

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

Shades of Dark Pastel Green #07BB44

Tints of Dark Pastel Green #07BB44

RGB

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

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

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

R = 2.67%
G = 71.37%
B = 25.95%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#07BB44 (or 0x07BB44) is known color: Dark Pastel Green. HEX triplet: 07, BB and 44. RGB value is (7,187,68). Sum of RGB (Red+Green+Blue) = 7+187+68=262 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.67% from 262); Green value is 187 (73.44% from 255 or 71.37% from 262); Blue value is 68 (26.95% from 255 or 25.95% from 262); Max value from RGB is 187 - color contains mainly: green. Hex color #07BB44 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07BB44 is #F844BB. Grayscale: #777777. Windows color (decimal): -16270524 or 4504327. OLE color: 4504327.

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

Color convert

RGB 7 187 68 -
CMYK 0.96 0 0.64 0.27
HSL 140.33º 0.93% 0.38% -
HSV(B) 140.33º 0.96% 0.73% -
XYZ 18.9 36 11.42 -
YUV 119.61 98.87 47.68 -
System Red Green Blue C M Y K H S L
Decimal 7 187 68 0.96 0 0.64 0.27 140.33 0.93 0.38
Hex 7 BB 44 60 0 40 1B 8C 5D 26
Octal 7 273 104 140 0 100 33 214 135 46
Binary 111 10111011 1000100 1100000 0 1000000 11011 10001100 1011101 100110

Color Harmonies of #07BB44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07BB44

Black with #07BB44

Text Example


Text Example

White with #07BB44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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