Html Css Color HEX #A7CA67 Olivine

📋 copy color: '#A7CA67'

red 167 ◦ green 202 ◦ blue 103

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

Shades of Olivine #A7CA67

Tints of Olivine #A7CA67

RGB

 RED value IS 167 (65.63% from 255) = 35.38%

 GREEN value IS 202 (79.3% from 255) = 42.8%

 BLUE value IS 103 (40.63% from 255) = 21.82%

R = 35.38%
G = 42.8%
B = 21.82%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.49

 K value IS 0.21

RGB Variations

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

Color information

#A7CA67 (or 0xA7CA67) is known color: Olivine. HEX triplet: A7, CA and 67. RGB value is (167,202,103). Sum of RGB (Red+Green+Blue) = 167+202+103=472 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.38% from 472); Green value is 202 (79.30% from 255 or 42.80% from 472); Blue value is 103 (40.62% from 255 or 21.82% from 472); Max value from RGB is 202 - color contains mainly: green. Hex color #A7CA67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7CA67 is #583598. Grayscale: #B4B4B4. Windows color (decimal): -5780889 or 6802087. OLE color: 6802087.

HSL color Cylindrical-coordinate representation of color #A7CA67: hue angle of 81.21º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A7CA67 is Cyan = 0.17, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.21.

Color convert

RGB 167 202 103 -
CMYK 0.17 0 0.49 0.21
HSL 81.21º 0.48% 0.6% -
HSV(B) 81.21º 0.49% 0.79% -
XYZ 39.51 51.44 20.68 -
YUV 180.25 84.4 118.55 -
System Red Green Blue C M Y K H S L
Decimal 167 202 103 0.17 0 0.49 0.21 81.21 0.48 0.6
Hex A7 CA 67 11 0 31 15 51 30 3C
Octal 247 312 147 21 0 61 25 121 60 74
Binary 10100111 11001010 1100111 10001 0 110001 10101 1010001 110000 111100

Color Harmonies of #A7CA67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7CA67

Black with #A7CA67

Text Example


Text Example

White with #A7CA67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7CA67; }

 p { color: rgb(167,202,103); }

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

background-color css

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

 a { background-color: rgb(167,202,103); }

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

border-color css

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

 span { border-color: rgb(167,202,103); }

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