Html Css Color HEX #068F32 Pigment Green

📋 copy color: '#068F32'

red 6 ◦ green 143 ◦ blue 50

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

Shades of Pigment Green #068F32

Tints of Pigment Green #068F32

RGB

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

 GREEN value IS 143 (56.25% from 255) = 71.86%

 BLUE value IS 50 (19.92% from 255) = 25.13%

R = 3.02%
G = 71.86%
B = 25.13%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.65

 K value IS 0.44

RGB Variations

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

Color information

#068F32 (or 0x068F32) is known color: Pigment Green. HEX triplet: 06, 8F and 32. RGB value is (6,143,50). Sum of RGB (Red+Green+Blue) = 6+143+50=199 (26% of max value = 765). Red value is 6 (2.73% from 255 or 3.02% from 199); Green value is 143 (56.25% from 255 or 71.86% from 199); Blue value is 50 (19.92% from 255 or 25.13% from 199); Max value from RGB is 143 - color contains mainly: green. Hex color #068F32 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #068F32 is #F970CD. Grayscale: #5B5B5B. Windows color (decimal): -16347342 or 3313414. OLE color: 3313414.

HSL color Cylindrical-coordinate representation of color #068F32: hue angle of 139.27º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #068F32 is Cyan = 0.96, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.44.

Color convert

RGB 6 143 50 -
CMYK 0.96 0 0.65 0.44
HSL 139.27º 0.92% 0.29% -
HSV(B) 139.27º 0.96% 0.56% -
XYZ 10.47 19.91 6.31 -
YUV 91.44 104.61 67.06 -
System Red Green Blue C M Y K H S L
Decimal 6 143 50 0.96 0 0.65 0.44 139.27 0.92 0.29
Hex 6 8F 32 60 0 41 2C 8B 5C 1D
Octal 6 217 62 140 0 101 54 213 134 35
Binary 110 10001111 110010 1100000 0 1000001 101100 10001011 1011100 11101

Color Harmonies of #068F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068F32

Black with #068F32

Text Example


Text Example

White with #068F32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #068F32; }

 p { color: rgb(6,143,50); }

 H1.HeaderClassName
 {
   color: #068F32;
 }
 .AnyTagClassName
 {
   color: #068F32;
 }
</style>

background-color css

<style>
 a { background-color: #068F32; }

 a { background-color: rgb(6,143,50); }

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

border-color css

<style>
 span { border-color: #068F32; }

 span { border-color: rgb(6,143,50); }

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