Html Css Color HEX #068413 Green

📋 copy color: '#068413'

red 6 ◦ green 132 ◦ blue 19

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

Shades of Green #068413

Tints of Green #068413

RGB

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

 GREEN value IS 132 (51.95% from 255) = 84.08%

 BLUE value IS 19 (7.81% from 255) = 12.1%

R = 3.82%
G = 84.08%
B = 12.1%

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

#068413 (or 0x068413) is known color: Green. HEX triplet: 06, 84 and 13. RGB value is (6,132,19). Sum of RGB (Red+Green+Blue) = 6+132+19=157 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.82% from 157); Green value is 132 (51.95% from 255 or 84.08% from 157); Blue value is 19 (7.81% from 255 or 12.10% from 157); Max value from RGB is 132 - color contains mainly: green. Hex color #068413 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #068413 is #F97BEC. Grayscale: #515151. Windows color (decimal): -16350189 or 1278982. OLE color: 1278982.

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

Color convert

RGB 6 132 19 -
CMYK 0.95 0 0.86 0.48
HSL 126.19º 0.91% 0.27% -
HSV(B) 126.19º 0.95% 0.52% -
XYZ 8.44 16.59 3.37 -
YUV 81.44 92.76 74.19 -
System Red Green Blue C M Y K H S L
Decimal 6 132 19 0.95 0 0.86 0.48 126.19 0.91 0.27
Hex 6 84 13 5F 0 56 30 7E 5B 1B
Octal 6 204 23 137 0 126 60 176 133 33
Binary 110 10000100 10011 1011111 0 1010110 110000 1111110 1011011 11011

Color Harmonies of #068413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068413

Black with #068413

Text Example


Text Example

White with #068413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #068413; }

 p { color: rgb(6,132,19); }

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

background-color css

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

 a { background-color: rgb(6,132,19); }

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

border-color css

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

 span { border-color: rgb(6,132,19); }

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