Html Css Color HEX #699779 Oxley

📋 copy color: '#699779'

red 105 ◦ green 151 ◦ blue 121

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

Shades of Oxley #699779

Tints of Oxley #699779

RGB

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

 GREEN value IS 151 (59.38% from 255) = 40.05%

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

R = 27.85%
G = 40.05%
B = 32.1%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.20

 K value IS 0.41

RGB Variations

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

Color information

#699779 (or 0x699779) is known color: Oxley. HEX triplet: 69, 97 and 79. RGB value is (105,151,121). Sum of RGB (Red+Green+Blue) = 105+151+121=377 (49% of max value = 765). Red value is 105 (41.41% from 255 or 27.85% from 377); Green value is 151 (59.38% from 255 or 40.05% from 377); Blue value is 121 (47.66% from 255 or 32.10% from 377); Max value from RGB is 151 - color contains mainly: green. Hex color #699779 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699779 is #966886. Grayscale: #858585. Windows color (decimal): -9857159 or 7968617. OLE color: 7968617.

HSL color Cylindrical-coordinate representation of color #699779: hue angle of 140.87º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #699779 is Cyan = 0.30, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.41.

Color convert

RGB 105 151 121 -
CMYK 0.30 0 0.20 0.41
HSL 140.87º 0.18% 0.5% -
HSV(B) 140.87º 0.3% 0.59% -
XYZ 20.34 26.52 22.14 -
YUV 133.83 120.76 107.44 -
System Red Green Blue C M Y K H S L
Decimal 105 151 121 0.30 0 0.20 0.41 140.87 0.18 0.5
Hex 69 97 79 1E 0 14 29 8D 12 32
Octal 151 227 171 36 0 24 51 215 22 62
Binary 1101001 10010111 1111001 11110 0 10100 101001 10001101 10010 110010

Color Harmonies of #699779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699779

Black with #699779

Text Example


Text Example

White with #699779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699779; }

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

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

background-color css

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

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

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

border-color css

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

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

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