Html Css Color HEX #06B850 Pigment Green

📋 copy color: '#06B850'

red 6 ◦ green 184 ◦ blue 80

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

Shades of Pigment Green #06B850

Tints of Pigment Green #06B850

RGB

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

 GREEN value IS 184 (72.27% from 255) = 68.15%

 BLUE value IS 80 (31.64% from 255) = 29.63%

R = 2.22%
G = 68.15%
B = 29.63%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.57

 K value IS 0.28

RGB Variations

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

Color information

#06B850 (or 0x06B850) is known color: Pigment Green. HEX triplet: 06, B8 and 50. RGB value is (6,184,80). Sum of RGB (Red+Green+Blue) = 6+184+80=270 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.22% from 270); Green value is 184 (72.27% from 255 or 68.15% from 270); Blue value is 80 (31.64% from 255 or 29.63% from 270); Max value from RGB is 184 - color contains mainly: green. Hex color #06B850 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #06B850 is #F947AF. Grayscale: #777777. Windows color (decimal): -16336816 or 5289990. OLE color: 5289990.

HSL color Cylindrical-coordinate representation of color #06B850: hue angle of 144.94º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06B850 is Cyan = 0.97, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.28.

Color convert

RGB 6 184 80 -
CMYK 0.97 0 0.57 0.28
HSL 144.94º 0.94% 0.37% -
HSV(B) 144.94º 0.97% 0.72% -
XYZ 18.66 34.9 13.34 -
YUV 118.92 106.03 47.46 -
System Red Green Blue C M Y K H S L
Decimal 6 184 80 0.97 0 0.57 0.28 144.94 0.94 0.37
Hex 6 B8 50 61 0 39 1C 91 5E 25
Octal 6 270 120 141 0 71 34 221 136 45
Binary 110 10111000 1010000 1100001 0 111001 11100 10010001 1011110 100101

Color Harmonies of #06B850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06B850

Black with #06B850

Text Example


Text Example

White with #06B850

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,184,80); }

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

background-color css

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

 a { background-color: rgb(6,184,80); }

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

border-color css

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

 span { border-color: rgb(6,184,80); }

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