Html Css Color HEX #06821C Green

📋 copy color: '#06821C'

red 6 ◦ green 130 ◦ blue 28

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

Shades of Green #06821C

Tints of Green #06821C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 17.07%

R = 3.66%
G = 79.27%
B = 17.07%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.78

 K value IS 0.49

RGB Variations

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

Color information

#06821C (or 0x06821C) is known color: Green. HEX triplet: 06, 82 and 1C. RGB value is (6,130,28). Sum of RGB (Red+Green+Blue) = 6+130+28=164 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.66% from 164); Green value is 130 (51.17% from 255 or 79.27% from 164); Blue value is 28 (11.33% from 255 or 17.07% from 164); Max value from RGB is 130 - color contains mainly: green. Hex color #06821C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06821C is #F97DE3. Grayscale: #515151. Windows color (decimal): -16350692 or 1868294. OLE color: 1868294.

HSL color Cylindrical-coordinate representation of color #06821C: hue angle of 130.65º 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 #06821C is Cyan = 0.95, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.49.

Color convert

RGB 6 130 28 -
CMYK 0.95 0 0.78 0.49
HSL 130.65º 0.91% 0.27% -
HSV(B) 130.65º 0.95% 0.51% -
XYZ 8.27 16.09 3.77 -
YUV 81.3 97.92 74.29 -
System Red Green Blue C M Y K H S L
Decimal 6 130 28 0.95 0 0.78 0.49 130.65 0.91 0.27
Hex 6 82 1C 5F 0 4E 31 83 5B 1B
Octal 6 202 34 137 0 116 61 203 133 33
Binary 110 10000010 11100 1011111 0 1001110 110001 10000011 1011011 11011

Color Harmonies of #06821C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06821C

Black with #06821C

Text Example


Text Example

White with #06821C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06821C; }

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

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

background-color css

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

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

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

border-color css

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

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

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