Html Css Color HEX #699F7A Oxley

📋 copy color: '#699F7A'

red 105 ◦ green 159 ◦ blue 122

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

Shades of Oxley #699F7A

Tints of Oxley #699F7A

RGB

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

 GREEN value IS 159 (62.5% from 255) = 41.19%

 BLUE value IS 122 (48.05% from 255) = 31.61%

R = 27.2%
G = 41.19%
B = 31.61%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.23

 K value IS 0.38

RGB Variations

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

Color information

#699F7A (or 0x699F7A) is known color: Oxley. HEX triplet: 69, 9F and 7A. RGB value is (105,159,122). Sum of RGB (Red+Green+Blue) = 105+159+122=386 (51% of max value = 765). Red value is 105 (41.41% from 255 or 27.20% from 386); Green value is 159 (62.5% from 255 or 41.19% from 386); Blue value is 122 (48.05% from 255 or 31.61% from 386); Max value from RGB is 159 - color contains mainly: green. Hex color #699F7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699F7A is #966085. Grayscale: #8A8A8A. Windows color (decimal): -9855110 or 8036201. OLE color: 8036201.

HSL color Cylindrical-coordinate representation of color #699F7A: hue angle of 138.89º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #699F7A is Cyan = 0.34, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.38.

Color convert

RGB 105 159 122 -
CMYK 0.34 0 0.23 0.38
HSL 138.89º 0.22% 0.52% -
HSV(B) 138.89º 0.34% 0.62% -
XYZ 21.74 29.2 22.9 -
YUV 138.64 118.61 104.01 -
System Red Green Blue C M Y K H S L
Decimal 105 159 122 0.34 0 0.23 0.38 138.89 0.22 0.52
Hex 69 9F 7A 22 0 17 26 8B 16 34
Octal 151 237 172 42 0 27 46 213 26 64
Binary 1101001 10011111 1111010 100010 0 10111 100110 10001011 10110 110100

Color Harmonies of #699F7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699F7A

Black with #699F7A

Text Example


Text Example

White with #699F7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699F7A; }

 p { color: rgb(105,159,122); }

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

background-color css

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

 a { background-color: rgb(105,159,122); }

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

border-color css

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

 span { border-color: rgb(105,159,122); }

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