Html Css Color HEX #06B85C Pigment Green

📋 copy color: '#06B85C'

red 6 ◦ green 184 ◦ blue 92

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

Shades of Pigment Green #06B85C

Tints of Pigment Green #06B85C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 32.62%

R = 2.13%
G = 65.25%
B = 32.62%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.50

 K value IS 0.28

RGB Variations

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

Color information

#06B85C (or 0x06B85C) is known color: Pigment Green. HEX triplet: 06, B8 and 5C. RGB value is (6,184,92). Sum of RGB (Red+Green+Blue) = 6+184+92=282 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.13% from 282); Green value is 184 (72.27% from 255 or 65.25% from 282); Blue value is 92 (36.33% from 255 or 32.62% from 282); Max value from RGB is 184 - color contains mainly: green. Hex color #06B85C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #06B85C is #F947A3. Grayscale: #787878. Windows color (decimal): -16336804 or 6076422. OLE color: 6076422.

HSL color Cylindrical-coordinate representation of color #06B85C: hue angle of 148.99º 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 #06B85C is Cyan = 0.97, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.28.

Color convert

RGB 6 184 92 -
CMYK 0.97 0 0.50 0.28
HSL 148.99º 0.94% 0.37% -
HSV(B) 148.99º 0.97% 0.72% -
XYZ 19.15 35.09 15.89 -
YUV 120.29 112.03 46.48 -
System Red Green Blue C M Y K H S L
Decimal 6 184 92 0.97 0 0.50 0.28 148.99 0.94 0.37
Hex 6 B8 5C 61 0 32 1C 95 5E 25
Octal 6 270 134 141 0 62 34 225 136 45
Binary 110 10111000 1011100 1100001 0 110010 11100 10010101 1011110 100101

Color Harmonies of #06B85C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06B85C

Black with #06B85C

Text Example


Text Example

White with #06B85C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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