Html Css Color HEX #A7CA75 Caper

📋 copy color: '#A7CA75'

red 167 ◦ green 202 ◦ blue 117

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

Shades of Caper #A7CA75

Tints of Caper #A7CA75

RGB

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

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

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

R = 34.36%
G = 41.56%
B = 24.07%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#A7CA75 (or 0xA7CA75) is known color: Caper. HEX triplet: A7, CA and 75. RGB value is (167,202,117). Sum of RGB (Red+Green+Blue) = 167+202+117=486 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.36% from 486); Green value is 202 (79.30% from 255 or 41.56% from 486); Blue value is 117 (46.09% from 255 or 24.07% from 486); Max value from RGB is 202 - color contains mainly: green. Hex color #A7CA75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7CA75 is #58358A. Grayscale: #B6B6B6. Windows color (decimal): -5780875 or 7719591. OLE color: 7719591.

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

Color convert

RGB 167 202 117 -
CMYK 0.17 0 0.42 0.21
HSL 84.71º 0.45% 0.63% -
HSV(B) 84.71º 0.42% 0.79% -
XYZ 40.27 51.74 24.69 -
YUV 181.85 91.4 117.41 -
System Red Green Blue C M Y K H S L
Decimal 167 202 117 0.17 0 0.42 0.21 84.71 0.45 0.63
Hex A7 CA 75 11 0 2A 15 55 2D 3F
Octal 247 312 165 21 0 52 25 125 55 77
Binary 10100111 11001010 1110101 10001 0 101010 10101 1010101 101101 111111

Color Harmonies of #A7CA75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7CA75

Black with #A7CA75

Text Example


Text Example

White with #A7CA75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7CA75; }

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

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

background-color css

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

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

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

border-color css

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

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

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