Html Css Color HEX #068518 Green

📋 copy color: '#068518'

red 6 ◦ green 133 ◦ blue 24

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

Shades of Green #068518

Tints of Green #068518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 14.72%

R = 3.68%
G = 81.6%
B = 14.72%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.82

 K value IS 0.48

RGB Variations

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

Color information

#068518 (or 0x068518) is known color: Green. HEX triplet: 06, 85 and 18. RGB value is (6,133,24). Sum of RGB (Red+Green+Blue) = 6+133+24=163 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.68% from 163); Green value is 133 (52.34% from 255 or 81.60% from 163); Blue value is 24 (9.77% from 255 or 14.72% from 163); Max value from RGB is 133 - color contains mainly: green. Hex color #068518 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #068518 is #F97AE7. Grayscale: #525252. Windows color (decimal): -16349928 or 1606918. OLE color: 1606918.

HSL color Cylindrical-coordinate representation of color #068518: hue angle of 128.5º 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 #068518 is Cyan = 0.95, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.48.

Color convert

RGB 6 133 24 -
CMYK 0.95 0 0.82 0.48
HSL 128.5º 0.91% 0.27% -
HSV(B) 128.5º 0.95% 0.52% -
XYZ 8.63 16.88 3.67 -
YUV 82.6 94.92 73.36 -
System Red Green Blue C M Y K H S L
Decimal 6 133 24 0.95 0 0.82 0.48 128.5 0.91 0.27
Hex 6 85 18 5F 0 52 30 81 5B 1B
Octal 6 205 30 137 0 122 60 201 133 33
Binary 110 10000101 11000 1011111 0 1010010 110000 10000001 1011011 11011

Color Harmonies of #068518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068518

Black with #068518

Text Example


Text Example

White with #068518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #068518; }

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

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

background-color css

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

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

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

border-color css

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

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

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