Html Css Color HEX #A5BF75 Olivine

📋 copy color: '#A5BF75'

red 165 ◦ green 191 ◦ blue 117

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

Shades of Olivine #A5BF75

Tints of Olivine #A5BF75

RGB

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

 GREEN value IS 191 (75% from 255) = 40.38%

 BLUE value IS 117 (46.09% from 255) = 24.74%

R = 34.88%
G = 40.38%
B = 24.74%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#A5BF75 (or 0xA5BF75) is known color: Olivine. HEX triplet: A5, BF and 75. RGB value is (165,191,117). Sum of RGB (Red+Green+Blue) = 165+191+117=473 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.88% from 473); Green value is 191 (75% from 255 or 40.38% from 473); Blue value is 117 (46.09% from 255 or 24.74% from 473); Max value from RGB is 191 - color contains mainly: green. Hex color #A5BF75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5BF75 is #5A408A. Grayscale: #AFAFAF. Windows color (decimal): -5914763 or 7716773. OLE color: 7716773.

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

Color convert

RGB 165 191 117 -
CMYK 0.14 0 0.39 0.25
HSL 81.08º 0.37% 0.6% -
HSV(B) 81.08º 0.39% 0.75% -
XYZ 37.36 46.55 23.84 -
YUV 174.79 95.39 121.02 -
System Red Green Blue C M Y K H S L
Decimal 165 191 117 0.14 0 0.39 0.25 81.08 0.37 0.6
Hex A5 BF 75 E 0 27 19 51 25 3C
Octal 245 277 165 16 0 47 31 121 45 74
Binary 10100101 10111111 1110101 1110 0 100111 11001 1010001 100101 111100

Color Harmonies of #A5BF75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BF75

Black with #A5BF75

Text Example


Text Example

White with #A5BF75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BF75; }

 p { color: rgb(165,191,117); }

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

background-color css

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

 a { background-color: rgb(165,191,117); }

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

border-color css

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

 span { border-color: rgb(165,191,117); }

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