Html Css Color HEX #06914A Pigment Green

📋 copy color: '#06914A'

red 6 ◦ green 145 ◦ blue 74

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

Shades of Pigment Green #06914A

Tints of Pigment Green #06914A

RGB

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

 GREEN value IS 145 (57.03% from 255) = 64.44%

 BLUE value IS 74 (29.3% from 255) = 32.89%

R = 2.67%
G = 64.44%
B = 32.89%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.49

 K value IS 0.43

RGB Variations

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

Color information

#06914A (or 0x06914A) is known color: Pigment Green. HEX triplet: 06, 91 and 4A. RGB value is (6,145,74). Sum of RGB (Red+Green+Blue) = 6+145+74=225 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.67% from 225); Green value is 145 (57.03% from 255 or 64.44% from 225); Blue value is 74 (29.30% from 255 or 32.89% from 225); Max value from RGB is 145 - color contains mainly: green. Hex color #06914A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06914A is #F96EB5. Grayscale: #5F5F5F. Windows color (decimal): -16346806 or 4886790. OLE color: 4886790.

HSL color Cylindrical-coordinate representation of color #06914A: hue angle of 149.35º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06914A is Cyan = 0.96, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.43.

Color convert

RGB 6 145 74 -
CMYK 0.96 0 0.49 0.43
HSL 149.35º 0.92% 0.3% -
HSV(B) 149.35º 0.96% 0.57% -
XYZ 11.44 20.78 9.89 -
YUV 95.35 115.95 64.27 -
System Red Green Blue C M Y K H S L
Decimal 6 145 74 0.96 0 0.49 0.43 149.35 0.92 0.3
Hex 6 91 4A 60 0 31 2B 95 5C 1E
Octal 6 221 112 140 0 61 53 225 134 36
Binary 110 10010001 1001010 1100000 0 110001 101011 10010101 1011100 11110

Color Harmonies of #06914A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06914A

Black with #06914A

Text Example


Text Example

White with #06914A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06914A; }

 p { color: rgb(6,145,74); }

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

background-color css

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

 a { background-color: rgb(6,145,74); }

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

border-color css

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

 span { border-color: rgb(6,145,74); }

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