Html Css Color HEX #699979 Oxley

📋 copy color: '#699979'

red 105 ◦ green 153 ◦ blue 121

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

Shades of Oxley #699979

Tints of Oxley #699979

RGB

 RED value IS 105 (41.41% from 255) = 27.7%

 GREEN value IS 153 (60.16% from 255) = 40.37%

 BLUE value IS 121 (47.66% from 255) = 31.93%

R = 27.7%
G = 40.37%
B = 31.93%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.21

 K value IS 0.4

RGB Variations

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

Color information

#699979 (or 0x699979) is known color: Oxley. HEX triplet: 69, 99 and 79. RGB value is (105,153,121). Sum of RGB (Red+Green+Blue) = 105+153+121=379 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.70% from 379); Green value is 153 (60.16% from 255 or 40.37% from 379); Blue value is 121 (47.66% from 255 or 31.93% from 379); Max value from RGB is 153 - color contains mainly: green. Hex color #699979 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699979 is #966686. Grayscale: #878787. Windows color (decimal): -9856647 or 7969129. OLE color: 7969129.

HSL color Cylindrical-coordinate representation of color #699979: hue angle of 140º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #699979 is Cyan = 0.31, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.4.

Color convert

RGB 105 153 121 -
CMYK 0.31 0 0.21 0.4
HSL 140º 0.19% 0.51% -
HSV(B) 140º 0.31% 0.6% -
XYZ 20.67 27.17 22.24 -
YUV 135 120.1 106.6 -
System Red Green Blue C M Y K H S L
Decimal 105 153 121 0.31 0 0.21 0.4 140 0.19 0.51
Hex 69 99 79 1F 0 15 28 8C 13 33
Octal 151 231 171 37 0 25 50 214 23 63
Binary 1101001 10011001 1111001 11111 0 10101 101000 10001100 10011 110011

Color Harmonies of #699979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699979

Black with #699979

Text Example


Text Example

White with #699979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699979; }

 p { color: rgb(105,153,121); }

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

background-color css

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

 a { background-color: rgb(105,153,121); }

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

border-color css

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

 span { border-color: rgb(105,153,121); }

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