Html Css Color HEX #0B620D Green

📋 copy color: '#0B620D'

red 11 ◦ green 98 ◦ blue 13

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

Shades of Green #0B620D

Tints of Green #0B620D

RGB

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

 GREEN value IS 98 (38.67% from 255) = 80.33%

 BLUE value IS 13 (5.47% from 255) = 10.66%

R = 9.02%
G = 80.33%
B = 10.66%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.87

 K value IS 0.62

RGB Variations

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

Color information

#0B620D (or 0x0B620D) is known color: Green. HEX triplet: 0B, 62 and 0D. RGB value is (11,98,13). Sum of RGB (Red+Green+Blue) = 11+98+13=122 (16% of max value = 765). Red value is 11 (4.69% from 255 or 9.02% from 122); Green value is 98 (38.67% from 255 or 80.33% from 122); Blue value is 13 (5.47% from 255 or 10.66% from 122); Max value from RGB is 98 - color contains mainly: green. Hex color #0B620D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B620D is #F49DF2. Grayscale: #3E3E3E. Windows color (decimal): -16031219 or 877067. OLE color: 877067.

HSL color Cylindrical-coordinate representation of color #0B620D: hue angle of 121.38º degrees, saturation: 0.8, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0B620D is Cyan = 0.89, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.62.

Color convert

RGB 11 98 13 -
CMYK 0.89 0 0.87 0.62
HSL 121.38º 0.8% 0.21% -
HSV(B) 121.38º 0.89% 0.38% -
XYZ 4.58 8.84 1.84 -
YUV 62.3 100.18 91.41 -
System Red Green Blue C M Y K H S L
Decimal 11 98 13 0.89 0 0.87 0.62 121.38 0.8 0.21
Hex B 62 D 59 0 57 3E 79 50 15
Octal 13 142 15 131 0 127 76 171 120 25
Binary 1011 1100010 1101 1011001 0 1010111 111110 1111001 1010000 10101

Color Harmonies of #0B620D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B620D

Black with #0B620D

Text Example


Text Example

White with #0B620D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,98,13); }

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

background-color css

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

 a { background-color: rgb(11,98,13); }

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

border-color css

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

 span { border-color: rgb(11,98,13); }

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