Html Css Color HEX #06DB0B Free Speech Green

📋 copy color: '#06DB0B'

red 6 ◦ green 219 ◦ blue 11

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

Shades of Free Speech Green #06DB0B

Tints of Free Speech Green #06DB0B

RGB

 RED value IS 6 (2.73% from 255) = 2.54%

 GREEN value IS 219 (85.94% from 255) = 92.8%

 BLUE value IS 11 (4.69% from 255) = 4.66%

R = 2.54%
G = 92.8%
B = 4.66%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#06DB0B (or 0x06DB0B) is known color: Free Speech Green. HEX triplet: 06, DB and 0B. RGB value is (6,219,11). Sum of RGB (Red+Green+Blue) = 6+219+11=236 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.54% from 236); Green value is 219 (85.94% from 255 or 92.80% from 236); Blue value is 11 (4.69% from 255 or 4.66% from 236); Max value from RGB is 219 - color contains mainly: green. Hex color #06DB0B is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #06DB0B is #F924F4. Grayscale: #848484. Windows color (decimal): -16327925 or 776966. OLE color: 776966.

HSL color Cylindrical-coordinate representation of color #06DB0B: hue angle of 121.41º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06DB0B is Cyan = 0.97, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.14.

Color convert

RGB 6 219 11 -
CMYK 0.97 0 0.95 0.14
HSL 121.41º 0.95% 0.44% -
HSV(B) 121.41º 0.97% 0.86% -
XYZ 25.47 50.73 8.77 -
YUV 131.6 59.93 38.41 -
System Red Green Blue C M Y K H S L
Decimal 6 219 11 0.97 0 0.95 0.14 121.41 0.95 0.44
Hex 6 DB B 61 0 5F E 79 5F 2C
Octal 6 333 13 141 0 137 16 171 137 54
Binary 110 11011011 1011 1100001 0 1011111 1110 1111001 1011111 101100

Color Harmonies of #06DB0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06DB0B

Black with #06DB0B

Text Example


Text Example

White with #06DB0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06DB0B; }

 p { color: rgb(6,219,11); }

 H1.HeaderClassName
 {
   color: #06DB0B;
 }
 .AnyTagClassName
 {
   color: #06DB0B;
 }
</style>

background-color css

<style>
 a { background-color: #06DB0B; }

 a { background-color: rgb(6,219,11); }

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

border-color css

<style>
 span { border-color: #06DB0B; }

 span { border-color: rgb(6,219,11); }

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