Html Css Color HEX #068512 Green

📋 copy color: '#068512'

red 6 ◦ green 133 ◦ blue 18

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

Shades of Green #068512

Tints of Green #068512

RGB

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

 GREEN value IS 133 (52.34% from 255) = 84.71%

 BLUE value IS 18 (7.42% from 255) = 11.46%

R = 3.82%
G = 84.71%
B = 11.46%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#068512 (or 0x068512) is known color: Green. HEX triplet: 06, 85 and 12. RGB value is (6,133,18). Sum of RGB (Red+Green+Blue) = 6+133+18=157 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.82% from 157); Green value is 133 (52.34% from 255 or 84.71% from 157); Blue value is 18 (7.42% from 255 or 11.46% from 157); Max value from RGB is 133 - color contains mainly: green. Hex color #068512 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #068512 is #F97AED. Grayscale: #525252. Windows color (decimal): -16349934 or 1213702. OLE color: 1213702.

HSL color Cylindrical-coordinate representation of color #068512: hue angle of 125.67º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #068512 is Cyan = 0.95, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.48.

Color convert

RGB 6 133 18 -
CMYK 0.95 0 0.86 0.48
HSL 125.67º 0.91% 0.27% -
HSV(B) 125.67º 0.95% 0.52% -
XYZ 8.57 16.86 3.37 -
YUV 81.92 91.92 73.85 -
System Red Green Blue C M Y K H S L
Decimal 6 133 18 0.95 0 0.86 0.48 125.67 0.91 0.27
Hex 6 85 12 5F 0 56 30 7E 5B 1B
Octal 6 205 22 137 0 126 60 176 133 33
Binary 110 10000101 10010 1011111 0 1010110 110000 1111110 1011011 11011

Color Harmonies of #068512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068512

Black with #068512

Text Example


Text Example

White with #068512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #068512; }

 p { color: rgb(6,133,18); }

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

background-color css

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

 a { background-color: rgb(6,133,18); }

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

border-color css

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

 span { border-color: rgb(6,133,18); }

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