Html Css Color HEX #06830A Green

📋 copy color: '#06830A'

red 6 ◦ green 131 ◦ blue 10

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

Shades of Green #06830A

Tints of Green #06830A

RGB

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

 GREEN value IS 131 (51.56% from 255) = 89.12%

 BLUE value IS 10 (4.3% from 255) = 6.8%

R = 4.08%
G = 89.12%
B = 6.8%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.92

 K value IS 0.49

RGB Variations

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

Color information

#06830A (or 0x06830A) is known color: Green. HEX triplet: 06, 83 and 0A. RGB value is (6,131,10). Sum of RGB (Red+Green+Blue) = 6+131+10=147 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.08% from 147); Green value is 131 (51.56% from 255 or 89.12% from 147); Blue value is 10 (4.30% from 255 or 6.80% from 147); Max value from RGB is 131 - color contains mainly: green. Hex color #06830A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #06830A is #F97CF5. Grayscale: #505050. Windows color (decimal): -16350454 or 688902. OLE color: 688902.

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

Color convert

RGB 6 131 10 -
CMYK 0.95 0 0.92 0.49
HSL 121.92º 0.91% 0.27% -
HSV(B) 121.92º 0.95% 0.51% -
XYZ 8.25 16.29 3 -
YUV 79.83 88.59 75.34 -
System Red Green Blue C M Y K H S L
Decimal 6 131 10 0.95 0 0.92 0.49 121.92 0.91 0.27
Hex 6 83 A 5F 0 5C 31 7A 5B 1B
Octal 6 203 12 137 0 134 61 172 133 33
Binary 110 10000011 1010 1011111 0 1011100 110001 1111010 1011011 11011

Color Harmonies of #06830A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06830A

Black with #06830A

Text Example


Text Example

White with #06830A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06830A; }

 p { color: rgb(6,131,10); }

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

background-color css

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

 a { background-color: rgb(6,131,10); }

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

border-color css

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

 span { border-color: rgb(6,131,10); }

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