Html Css Color HEX #068218 Green

📋 copy color: '#068218'

red 6 ◦ green 130 ◦ blue 24

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

Shades of Green #068218

Tints of Green #068218

RGB

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

 GREEN value IS 130 (51.17% from 255) = 81.25%

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

R = 3.75%
G = 81.25%
B = 15%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.82

 K value IS 0.49

RGB Variations

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

Color information

#068218 (or 0x068218) is known color: Green. HEX triplet: 06, 82 and 18. RGB value is (6,130,24). Sum of RGB (Red+Green+Blue) = 6+130+24=160 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.75% from 160); Green value is 130 (51.17% from 255 or 81.25% from 160); Blue value is 24 (9.77% from 255 or 15% from 160); Max value from RGB is 130 - color contains mainly: green. Hex color #068218 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #068218 is #F97DE7. Grayscale: #515151. Windows color (decimal): -16350696 or 1606150. OLE color: 1606150.

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

Color convert

RGB 6 130 24 -
CMYK 0.95 0 0.82 0.49
HSL 128.71º 0.91% 0.27% -
HSV(B) 128.71º 0.95% 0.51% -
XYZ 8.22 16.07 3.53 -
YUV 80.84 95.92 74.62 -
System Red Green Blue C M Y K H S L
Decimal 6 130 24 0.95 0 0.82 0.49 128.71 0.91 0.27
Hex 6 82 18 5F 0 52 31 81 5B 1B
Octal 6 202 30 137 0 122 61 201 133 33
Binary 110 10000010 11000 1011111 0 1010010 110001 10000001 1011011 11011

Color Harmonies of #068218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068218

Black with #068218

Text Example


Text Example

White with #068218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #068218; }

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

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

background-color css

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

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

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

border-color css

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

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

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