Html Css Color HEX #06820C Green

📋 copy color: '#06820C'

red 6 ◦ green 130 ◦ blue 12

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

Shades of Green #06820C

Tints of Green #06820C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 8.11%

R = 4.05%
G = 87.84%
B = 8.11%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.91

 K value IS 0.49

RGB Variations

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

Color information

#06820C (or 0x06820C) is known color: Green. HEX triplet: 06, 82 and 0C. RGB value is (6,130,12). Sum of RGB (Red+Green+Blue) = 6+130+12=148 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.05% from 148); Green value is 130 (51.17% from 255 or 87.84% from 148); Blue value is 12 (5.08% from 255 or 8.11% from 148); Max value from RGB is 130 - color contains mainly: green. Hex color #06820C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #06820C is #F97DF3. Grayscale: #4F4F4F. Windows color (decimal): -16350708 or 819718. OLE color: 819718.

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

Color convert

RGB 6 130 12 -
CMYK 0.95 0 0.91 0.49
HSL 122.9º 0.91% 0.27% -
HSV(B) 122.9º 0.95% 0.51% -
XYZ 8.12 16.03 3.01 -
YUV 79.47 89.92 75.59 -
System Red Green Blue C M Y K H S L
Decimal 6 130 12 0.95 0 0.91 0.49 122.9 0.91 0.27
Hex 6 82 C 5F 0 5B 31 7B 5B 1B
Octal 6 202 14 137 0 133 61 173 133 33
Binary 110 10000010 1100 1011111 0 1011011 110001 1111011 1011011 11011

Color Harmonies of #06820C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06820C

Black with #06820C

Text Example


Text Example

White with #06820C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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