Html Css Color HEX #0B7D07 Green

📋 copy color: '#0B7D07'

red 11 ◦ green 125 ◦ blue 7

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

Shades of Green #0B7D07

Tints of Green #0B7D07

RGB

 RED value IS 11 (4.69% from 255) = 7.69%

 GREEN value IS 125 (49.22% from 255) = 87.41%

 BLUE value IS 7 (3.13% from 255) = 4.9%

R = 7.69%
G = 87.41%
B = 4.9%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.94

 K value IS 0.51

RGB Variations

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

Color information

#0B7D07 (or 0x0B7D07) is known color: Green. HEX triplet: 0B, 7D and 07. RGB value is (11,125,7). Sum of RGB (Red+Green+Blue) = 11+125+7=143 (18% of max value = 765). Red value is 11 (4.69% from 255 or 7.69% from 143); Green value is 125 (49.22% from 255 or 87.41% from 143); Blue value is 7 (3.12% from 255 or 4.90% from 143); Max value from RGB is 125 - color contains mainly: green. Hex color #0B7D07 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B7D07 is #F482F8. Grayscale: #4D4D4D. Windows color (decimal): -16024313 or 490763. OLE color: 490763.

HSL color Cylindrical-coordinate representation of color #0B7D07: hue angle of 117.97º degrees, saturation: 0.89, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B7D07 is Cyan = 0.91, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.51.

Color convert

RGB 11 125 7 -
CMYK 0.91 0 0.94 0.51
HSL 117.97º 0.89% 0.26% -
HSV(B) 117.97º 0.94% 0.49% -
XYZ 7.51 14.75 2.65 -
YUV 77.46 88.23 80.59 -
System Red Green Blue C M Y K H S L
Decimal 11 125 7 0.91 0 0.94 0.51 117.97 0.89 0.26
Hex B 7D 7 5B 0 5E 33 76 59 1A
Octal 13 175 7 133 0 136 63 166 131 32
Binary 1011 1111101 111 1011011 0 1011110 110011 1110110 1011001 11010

Color Harmonies of #0B7D07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B7D07

Black with #0B7D07

Text Example


Text Example

White with #0B7D07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0B7D07; }

 p { color: rgb(11,125,7); }

 H1.HeaderClassName
 {
   color: #0B7D07;
 }
 .AnyTagClassName
 {
   color: #0B7D07;
 }
</style>

background-color css

<style>
 a { background-color: #0B7D07; }

 a { background-color: rgb(11,125,7); }

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

border-color css

<style>
 span { border-color: #0B7D07; }

 span { border-color: rgb(11,125,7); }

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