Html Css Color HEX #068801 Green

📋 copy color: '#068801'

red 6 ◦ green 136 ◦ blue 1

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

Shades of Green #068801

Tints of Green #068801

RGB

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

 GREEN value IS 136 (53.52% from 255) = 95.1%

 BLUE value IS 1 (0.78% from 255) = 0.7%

R = 4.2%
G = 95.1%
B = 0.7%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#068801 (or 0x068801) is known color: Green. HEX triplet: 06, 88 and 01. RGB value is (6,136,1). Sum of RGB (Red+Green+Blue) = 6+136+1=143 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.20% from 143); Green value is 136 (53.52% from 255 or 95.10% from 143); Blue value is 1 (0.78% from 255 or 0.70% from 143); Max value from RGB is 136 - color contains mainly: green. Hex color #068801 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #068801 is #F977FE. Grayscale: #525252. Windows color (decimal): -16349183 or 100358. OLE color: 100358.

HSL color Cylindrical-coordinate representation of color #068801: hue angle of 117.78º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #068801 is Cyan = 0.96, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.

Color convert

RGB 6 136 1 -
CMYK 0.96 0 0.99 0.47
HSL 117.78º 0.99% 0.27% -
HSV(B) 117.78º 0.99% 0.53% -
XYZ 8.88 17.65 2.97 -
YUV 81.74 82.43 73.98 -
System Red Green Blue C M Y K H S L
Decimal 6 136 1 0.96 0 0.99 0.47 117.78 0.99 0.27
Hex 6 88 1 60 0 63 2F 76 63 1B
Octal 6 210 1 140 0 143 57 166 143 33
Binary 110 10001000 1 1100000 0 1100011 101111 1110110 1100011 11011

Color Harmonies of #068801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068801

Black with #068801

Text Example


Text Example

White with #068801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #068801; }

 p { color: rgb(6,136,1); }

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

background-color css

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

 a { background-color: rgb(6,136,1); }

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

border-color css

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

 span { border-color: rgb(6,136,1); }

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