Html Css Color HEX #A4CC68 Olivine

📋 copy color: '#A4CC68'

red 164 ◦ green 204 ◦ blue 104

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

Shades of Olivine #A4CC68

Tints of Olivine #A4CC68

RGB

 RED value IS 164 (64.45% from 255) = 34.75%

 GREEN value IS 204 (80.08% from 255) = 43.22%

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

R = 34.75%
G = 43.22%
B = 22.03%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.49

 K value IS 0.2

RGB Variations

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

Color information

#A4CC68 (or 0xA4CC68) is known color: Olivine. HEX triplet: A4, CC and 68. RGB value is (164,204,104). Sum of RGB (Red+Green+Blue) = 164+204+104=472 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.75% from 472); Green value is 204 (80.08% from 255 or 43.22% from 472); Blue value is 104 (41.02% from 255 or 22.03% from 472); Max value from RGB is 204 - color contains mainly: green. Hex color #A4CC68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4CC68 is #5B3397. Grayscale: #B5B5B5. Windows color (decimal): -5976984 or 6868132. OLE color: 6868132.

HSL color Cylindrical-coordinate representation of color #A4CC68: hue angle of 84º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A4CC68 is Cyan = 0.20, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.2.

Color convert

RGB 164 204 104 -
CMYK 0.20 0 0.49 0.2
HSL 84º 0.5% 0.6% -
HSV(B) 84º 0.49% 0.8% -
XYZ 39.4 52.08 21.07 -
YUV 180.64 84.75 116.13 -
System Red Green Blue C M Y K H S L
Decimal 164 204 104 0.20 0 0.49 0.2 84 0.5 0.6
Hex A4 CC 68 14 0 31 14 54 32 3C
Octal 244 314 150 24 0 61 24 124 62 74
Binary 10100100 11001100 1101000 10100 0 110001 10100 1010100 110010 111100

Color Harmonies of #A4CC68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4CC68

Black with #A4CC68

Text Example


Text Example

White with #A4CC68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4CC68; }

 p { color: rgb(164,204,104); }

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

background-color css

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

 a { background-color: rgb(164,204,104); }

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

border-color css

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

 span { border-color: rgb(164,204,104); }

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