Html Css Color HEX #06B64C Pigment Green

📋 copy color: '#06B64C'

red 6 ◦ green 182 ◦ blue 76

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

Shades of Pigment Green #06B64C

Tints of Pigment Green #06B64C

RGB

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

 GREEN value IS 182 (71.48% from 255) = 68.94%

 BLUE value IS 76 (30.08% from 255) = 28.79%

R = 2.27%
G = 68.94%
B = 28.79%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.58

 K value IS 0.29

RGB Variations

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

Color information

#06B64C (or 0x06B64C) is known color: Pigment Green. HEX triplet: 06, B6 and 4C. RGB value is (6,182,76). Sum of RGB (Red+Green+Blue) = 6+182+76=264 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.27% from 264); Green value is 182 (71.48% from 255 or 68.94% from 264); Blue value is 76 (30.08% from 255 or 28.79% from 264); Max value from RGB is 182 - color contains mainly: green. Hex color #06B64C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06B64C is #F949B3. Grayscale: #757575. Windows color (decimal): -16337332 or 5027334. OLE color: 5027334.

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

Color convert

RGB 6 182 76 -
CMYK 0.97 0 0.58 0.29
HSL 143.86º 0.94% 0.37% -
HSV(B) 143.86º 0.97% 0.71% -
XYZ 18.11 34.02 12.45 -
YUV 117.29 104.69 48.62 -
System Red Green Blue C M Y K H S L
Decimal 6 182 76 0.97 0 0.58 0.29 143.86 0.94 0.37
Hex 6 B6 4C 61 0 3A 1D 90 5E 25
Octal 6 266 114 141 0 72 35 220 136 45
Binary 110 10110110 1001100 1100001 0 111010 11101 10010000 1011110 100101

Color Harmonies of #06B64C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06B64C

Black with #06B64C

Text Example


Text Example

White with #06B64C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,182,76); }

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

background-color css

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

 a { background-color: rgb(6,182,76); }

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

border-color css

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

 span { border-color: rgb(6,182,76); }

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