Html Css Color HEX #A7CF68 Olivine

📋 copy color: '#A7CF68'

red 167 ◦ green 207 ◦ blue 104

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

Shades of Olivine #A7CF68

Tints of Olivine #A7CF68

RGB

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

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

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

R = 34.94%
G = 43.31%
B = 21.76%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.50

 K value IS 0.19

RGB Variations

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

Color information

#A7CF68 (or 0xA7CF68) is known color: Olivine. HEX triplet: A7, CF and 68. RGB value is (167,207,104). Sum of RGB (Red+Green+Blue) = 167+207+104=478 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.94% from 478); Green value is 207 (81.25% from 255 or 43.31% from 478); Blue value is 104 (41.02% from 255 or 21.76% from 478); Max value from RGB is 207 - color contains mainly: green. Hex color #A7CF68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7CF68 is #583097. Grayscale: #B7B7B7. Windows color (decimal): -5779608 or 6868903. OLE color: 6868903.

HSL color Cylindrical-coordinate representation of color #A7CF68: hue angle of 83.3º 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 #A7CF68 is Cyan = 0.19, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.19.

Color convert

RGB 167 207 104 -
CMYK 0.19 0 0.50 0.19
HSL 83.3º 0.52% 0.61% -
HSV(B) 83.3º 0.5% 0.81% -
XYZ 40.75 53.84 21.34 -
YUV 183.3 83.25 116.38 -
System Red Green Blue C M Y K H S L
Decimal 167 207 104 0.19 0 0.50 0.19 83.3 0.52 0.61
Hex A7 CF 68 13 0 32 13 53 34 3D
Octal 247 317 150 23 0 62 23 123 64 75
Binary 10100111 11001111 1101000 10011 0 110010 10011 1010011 110100 111101

Color Harmonies of #A7CF68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7CF68

Black with #A7CF68

Text Example


Text Example

White with #A7CF68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7CF68; }

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

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

background-color css

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

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

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

border-color css

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

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

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