#069730

Color #069730 Pigment Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pigment Green #069730

Tints of Pigment Green #069730

Color information

#069730 (or 0x069730) is unknown color: approx Pigment Green. HEX triplet: 06, 97 and 30. RGB value is (6,151,48). Sum of RGB (Red+Green+Blue) = 6+151+48=205 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.93% from 205); Green value is 151 (59.38% from 255 or 73.66% from 205); Blue value is 48 (19.14% from 255 or 23.41% from 205); Max value from RGB is 151 - color contains mainly: green. Hex color #069730 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #069730 is #F968CF. Grayscale: #606060. Windows color (decimal): -16345296 or 3184390. OLE color: 3184390.

HSL color Cylindrical-coordinate representation of color #069730: hue angle of 137.38º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #069730 is Cyan = 0.96, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.41.

Color convert

RGB615148-
CMYK0.9600.680.41
HSL137.38º92.36%30.78%-
HSV(B)137.38º96.03%59.22%-
XYZ11.6822.396.5-
YUV95.9100.9663.88-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.93%
GREEN value IS 151 (59.38% from 255) = 73.66%
BLUE value IS 48 (19.14% from 255) = 23.41%
R=2.93%
G=73.66%
B=23.41%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal6151480.9600.680.41137.3892.3630.78
Hex697306004429895c1f
Octal62276014001045121113437
Binary1101001011111000011000000100010010100110001001101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #069730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #069730; }

 p { color: rgb(6,151,48); }

 H1.HeaderClassName
 {
   color: #069730;
 }
 .AnyTagClassName
 {
   color: #069730;
 }
</style>
background-color css

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

 a { background-color: rgb(6,151,48); }

 div.DivClassName
 {
   background-color: #069730;
 }
 .BgClassName
 {
   background-color: #069730;
 }
</style>
border-color css

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

 span { border-color: rgb(6,151,48); }

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