Html Css Color HEX #A5C06D Olivine

📋 copy color: '#A5C06D'

red 165 ◦ green 192 ◦ blue 109

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

Shades of Olivine #A5C06D

Tints of Olivine #A5C06D

RGB

 RED value IS 165 (64.84% from 255) = 35.41%

 GREEN value IS 192 (75.39% from 255) = 41.2%

 BLUE value IS 109 (42.97% from 255) = 23.39%

R = 35.41%
G = 41.2%
B = 23.39%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#A5C06D (or 0xA5C06D) is known color: Olivine. HEX triplet: A5, C0 and 6D. RGB value is (165,192,109). Sum of RGB (Red+Green+Blue) = 165+192+109=466 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.41% from 466); Green value is 192 (75.39% from 255 or 41.20% from 466); Blue value is 109 (42.97% from 255 or 23.39% from 466); Max value from RGB is 192 - color contains mainly: green. Hex color #A5C06D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5C06D is #5A3F92. Grayscale: #AEAEAE. Windows color (decimal): -5914515 or 7192741. OLE color: 7192741.

HSL color Cylindrical-coordinate representation of color #A5C06D: hue angle of 79.52º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A5C06D is Cyan = 0.14, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.25.

Color convert

RGB 165 192 109 -
CMYK 0.14 0 0.43 0.25
HSL 79.52º 0.4% 0.59% -
HSV(B) 79.52º 0.43% 0.75% -
XYZ 37.13 46.8 21.55 -
YUV 174.47 91.05 121.25 -
System Red Green Blue C M Y K H S L
Decimal 165 192 109 0.14 0 0.43 0.25 79.52 0.4 0.59
Hex A5 C0 6D E 0 2B 19 50 28 3B
Octal 245 300 155 16 0 53 31 120 50 73
Binary 10100101 11000000 1101101 1110 0 101011 11001 1010000 101000 111011

Color Harmonies of #A5C06D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C06D

Black with #A5C06D

Text Example


Text Example

White with #A5C06D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C06D; }

 p { color: rgb(165,192,109); }

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

background-color css

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

 a { background-color: rgb(165,192,109); }

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

border-color css

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

 span { border-color: rgb(165,192,109); }

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