Html Css Color HEX #008506 Green

📋 copy color: '#008506'

red 0 ◦ green 133 ◦ blue 6

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

Shades of Green #008506

Tints of Green #008506

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 133 (52.34% from 255) = 95.68%

 BLUE value IS 6 (2.73% from 255) = 4.32%

R = 0%
G = 95.68%
B = 4.32%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.95

 K value IS 0.48

RGB Variations

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

Color information

#008506 (or 0x008506) is known color: Green. HEX triplet: 00, 85 and 06. RGB value is (0,133,6). Sum of RGB (Red+Green+Blue) = 0+133+6=139 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 139); Green value is 133 (52.34% from 255 or 95.68% from 139); Blue value is 6 (2.73% from 255 or 4.32% from 139); Max value from RGB is 133 - color contains mainly: green. Hex color #008506 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #008506 is #FF7AF9. Grayscale: #4F4F4F. Windows color (decimal): -16743162 or 427264. OLE color: 427264.

HSL color Cylindrical-coordinate representation of color #008506: hue angle of 122.71º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008506 is Cyan = 1, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.48.

Color convert

RGB 0 133 6 -
CMYK 1 0 0.95 0.48
HSL 122.71º 1% 0.26% -
HSV(B) 122.71º 1% 0.52% -
XYZ 8.42 16.79 2.97 -
YUV 78.76 86.94 71.83 -
System Red Green Blue C M Y K H S L
Decimal 0 133 6 1 0 0.95 0.48 122.71 1 0.26
Hex 0 85 6 64 0 5F 30 7B 64 1A
Octal 0 205 6 144 0 137 60 173 144 32
Binary 0 10000101 110 1100100 0 1011111 110000 1111011 1100100 11010

Color Harmonies of #008506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008506

Black with #008506

Text Example


Text Example

White with #008506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008506; }

 p { color: rgb(0,133,6); }

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

background-color css

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

 a { background-color: rgb(0,133,6); }

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

border-color css

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

 span { border-color: rgb(0,133,6); }

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