Html Css Color HEX #07B926 Dark Pastel Green

📋 copy color: '#07B926'

red 7 ◦ green 185 ◦ blue 38

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

Shades of Dark Pastel Green #07B926

Tints of Dark Pastel Green #07B926

RGB

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

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

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

R = 3.04%
G = 80.43%
B = 16.52%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#07B926 (or 0x07B926) is known color: Dark Pastel Green. HEX triplet: 07, B9 and 26. RGB value is (7,185,38). Sum of RGB (Red+Green+Blue) = 7+185+38=230 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.04% from 230); Green value is 185 (72.66% from 255 or 80.43% from 230); Blue value is 38 (15.23% from 255 or 16.52% from 230); Max value from RGB is 185 - color contains mainly: green. Hex color #07B926 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07B926 is #F846D9. Grayscale: #737373. Windows color (decimal): -16271066 or 2537735. OLE color: 2537735.

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

Color convert

RGB 7 185 38 -
CMYK 0.96 0 0.79 0.27
HSL 130.45º 0.93% 0.38% -
HSV(B) 130.45º 0.96% 0.73% -
XYZ 17.79 34.88 7.63 -
YUV 115.02 84.53 50.95 -
System Red Green Blue C M Y K H S L
Decimal 7 185 38 0.96 0 0.79 0.27 130.45 0.93 0.38
Hex 7 B9 26 60 0 4F 1B 82 5D 26
Octal 7 271 46 140 0 117 33 202 135 46
Binary 111 10111001 100110 1100000 0 1001111 11011 10000010 1011101 100110

Color Harmonies of #07B926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07B926

Black with #07B926

Text Example


Text Example

White with #07B926

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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