Html Css Color HEX #05680A Green

📋 copy color: '#05680A'

red 5 ◦ green 104 ◦ blue 10

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

Shades of Green #05680A

Tints of Green #05680A

RGB

 RED value IS 5 (2.34% from 255) = 4.2%

 GREEN value IS 104 (41.02% from 255) = 87.39%

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

R = 4.2%
G = 87.39%
B = 8.4%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.90

 K value IS 0.59

RGB Variations

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

Color information

#05680A (or 0x05680A) is known color: Green. HEX triplet: 05, 68 and 0A. RGB value is (5,104,10). Sum of RGB (Red+Green+Blue) = 5+104+10=119 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.20% from 119); Green value is 104 (41.02% from 255 or 87.39% from 119); Blue value is 10 (4.30% from 255 or 8.40% from 119); Max value from RGB is 104 - color contains mainly: green. Hex color #05680A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #05680A is #FA97F5. Grayscale: #3F3F3F. Windows color (decimal): -16422902 or 681989. OLE color: 681989.

HSL color Cylindrical-coordinate representation of color #05680A: hue angle of 123.03º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05680A is Cyan = 0.95, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.59.

Color convert

RGB 5 104 10 -
CMYK 0.95 0 0.90 0.59
HSL 123.03º 0.91% 0.21% -
HSV(B) 123.03º 0.95% 0.41% -
XYZ 5.07 9.95 1.94 -
YUV 63.68 97.7 86.14 -
System Red Green Blue C M Y K H S L
Decimal 5 104 10 0.95 0 0.90 0.59 123.03 0.91 0.21
Hex 5 68 A 5F 0 5A 3B 7B 5B 15
Octal 5 150 12 137 0 132 73 173 133 25
Binary 101 1101000 1010 1011111 0 1011010 111011 1111011 1011011 10101

Color Harmonies of #05680A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05680A

Black with #05680A

Text Example


Text Example

White with #05680A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,104,10); }

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

background-color css

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

 a { background-color: rgb(5,104,10); }

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

border-color css

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

 span { border-color: rgb(5,104,10); }

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