Html Css Color HEX #06934F Pigment Green

📋 copy color: '#06934F'

red 6 ◦ green 147 ◦ blue 79

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

Shades of Pigment Green #06934F

Tints of Pigment Green #06934F

RGB

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

 GREEN value IS 147 (57.81% from 255) = 63.36%

 BLUE value IS 79 (31.25% from 255) = 34.05%

R = 2.59%
G = 63.36%
B = 34.05%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.46

 K value IS 0.42

RGB Variations

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

Color information

#06934F (or 0x06934F) is known color: Pigment Green. HEX triplet: 06, 93 and 4F. RGB value is (6,147,79). Sum of RGB (Red+Green+Blue) = 6+147+79=232 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.59% from 232); Green value is 147 (57.81% from 255 or 63.36% from 232); Blue value is 79 (31.25% from 255 or 34.05% from 232); Max value from RGB is 147 - color contains mainly: green. Hex color #06934F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06934F is #F96CB0. Grayscale: #616161. Windows color (decimal): -16346289 or 5214982. OLE color: 5214982.

HSL color Cylindrical-coordinate representation of color #06934F: hue angle of 151.06º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06934F is Cyan = 0.96, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.42.

Color convert

RGB 6 147 79 -
CMYK 0.96 0 0.46 0.42
HSL 151.06º 0.92% 0.3% -
HSV(B) 151.06º 0.96% 0.58% -
XYZ 11.92 21.47 10.91 -
YUV 97.09 117.79 63.03 -
System Red Green Blue C M Y K H S L
Decimal 6 147 79 0.96 0 0.46 0.42 151.06 0.92 0.3
Hex 6 93 4F 60 0 2E 2A 97 5C 1E
Octal 6 223 117 140 0 56 52 227 134 36
Binary 110 10010011 1001111 1100000 0 101110 101010 10010111 1011100 11110

Color Harmonies of #06934F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06934F

Black with #06934F

Text Example


Text Example

White with #06934F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06934F; }

 p { color: rgb(6,147,79); }

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

background-color css

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

 a { background-color: rgb(6,147,79); }

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

border-color css

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

 span { border-color: rgb(6,147,79); }

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