Html Css Color HEX #A5CF68 Olivine

📋 copy color: '#A5CF68'

red 165 ◦ green 207 ◦ blue 104

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

Shades of Olivine #A5CF68

Tints of Olivine #A5CF68

RGB

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

 GREEN value IS 207 (81.25% from 255) = 43.49%

 BLUE value IS 104 (41.02% from 255) = 21.85%

R = 34.66%
G = 43.49%
B = 21.85%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.50

 K value IS 0.19

RGB Variations

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

Color information

#A5CF68 (or 0xA5CF68) is known color: Olivine. HEX triplet: A5, CF and 68. RGB value is (165,207,104). Sum of RGB (Red+Green+Blue) = 165+207+104=476 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.66% from 476); Green value is 207 (81.25% from 255 or 43.49% from 476); Blue value is 104 (41.02% from 255 or 21.85% from 476); Max value from RGB is 207 - color contains mainly: green. Hex color #A5CF68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5CF68 is #5A3097. Grayscale: #B7B7B7. Windows color (decimal): -5910680 or 6868901. OLE color: 6868901.

HSL color Cylindrical-coordinate representation of color #A5CF68: hue angle of 84.47º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A5CF68 is Cyan = 0.20, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.19.

Color convert

RGB 165 207 104 -
CMYK 0.20 0 0.50 0.19
HSL 84.47º 0.52% 0.61% -
HSV(B) 84.47º 0.5% 0.81% -
XYZ 40.33 53.62 21.32 -
YUV 182.7 83.59 115.38 -
System Red Green Blue C M Y K H S L
Decimal 165 207 104 0.20 0 0.50 0.19 84.47 0.52 0.61
Hex A5 CF 68 14 0 32 13 54 34 3D
Octal 245 317 150 24 0 62 23 124 64 75
Binary 10100101 11001111 1101000 10100 0 110010 10011 1010100 110100 111101

Color Harmonies of #A5CF68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CF68

Black with #A5CF68

Text Example


Text Example

White with #A5CF68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CF68; }

 p { color: rgb(165,207,104); }

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

background-color css

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

 a { background-color: rgb(165,207,104); }

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

border-color css

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

 span { border-color: rgb(165,207,104); }

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