Html Css Color HEX #A0CB67 Olivine

📋 copy color: '#A0CB67'

red 160 ◦ green 203 ◦ blue 103

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

Shades of Olivine #A0CB67

Tints of Olivine #A0CB67

RGB

 RED value IS 160 (62.89% from 255) = 34.33%

 GREEN value IS 203 (79.69% from 255) = 43.56%

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

R = 34.33%
G = 43.56%
B = 22.1%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.49

 K value IS 0.20

RGB Variations

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

Color information

#A0CB67 (or 0xA0CB67) is known color: Olivine. HEX triplet: A0, CB and 67. RGB value is (160,203,103). Sum of RGB (Red+Green+Blue) = 160+203+103=466 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.33% from 466); Green value is 203 (79.69% from 255 or 43.56% from 466); Blue value is 103 (40.62% from 255 or 22.10% from 466); Max value from RGB is 203 - color contains mainly: green. Hex color #A0CB67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0CB67 is #5F3498. Grayscale: #B3B3B3. Windows color (decimal): -6239385 or 6802336. OLE color: 6802336.

HSL color Cylindrical-coordinate representation of color #A0CB67: hue angle of 85.8º degrees, saturation: 0.49, 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 #A0CB67 is Cyan = 0.21, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.20.

Color convert

RGB 160 203 103 -
CMYK 0.21 0 0.49 0.20
HSL 85.8º 0.49% 0.6% -
HSV(B) 85.8º 0.49% 0.8% -
XYZ 38.3 51.16 20.69 -
YUV 178.74 85.25 114.63 -
System Red Green Blue C M Y K H S L
Decimal 160 203 103 0.21 0 0.49 0.20 85.8 0.49 0.6
Hex A0 CB 67 15 0 31 14 56 31 3C
Octal 240 313 147 25 0 61 24 126 61 74
Binary 10100000 11001011 1100111 10101 0 110001 10100 1010110 110001 111100

Color Harmonies of #A0CB67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CB67

Black with #A0CB67

Text Example


Text Example

White with #A0CB67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CB67; }

 p { color: rgb(160,203,103); }

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

background-color css

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

 a { background-color: rgb(160,203,103); }

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

border-color css

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

 span { border-color: rgb(160,203,103); }

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