Html Css Color HEX #699A75 Oxley

📋 copy color: '#699A75'

red 105 ◦ green 154 ◦ blue 117

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

Shades of Oxley #699A75

Tints of Oxley #699A75

RGB

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

 GREEN value IS 154 (60.55% from 255) = 40.96%

 BLUE value IS 117 (46.09% from 255) = 31.12%

R = 27.93%
G = 40.96%
B = 31.12%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.24

 K value IS 0.40

RGB Variations

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

Color information

#699A75 (or 0x699A75) is known color: Oxley. HEX triplet: 69, 9A and 75. RGB value is (105,154,117). Sum of RGB (Red+Green+Blue) = 105+154+117=376 (49% of max value = 765). Red value is 105 (41.41% from 255 or 27.93% from 376); Green value is 154 (60.55% from 255 or 40.96% from 376); Blue value is 117 (46.09% from 255 or 31.12% from 376); Max value from RGB is 154 - color contains mainly: green. Hex color #699A75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699A75 is #96658A. Grayscale: #878787. Windows color (decimal): -9856395 or 7707241. OLE color: 7707241.

HSL color Cylindrical-coordinate representation of color #699A75: hue angle of 134.69º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #699A75 is Cyan = 0.32, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.40.

Color convert

RGB 105 154 117 -
CMYK 0.32 0 0.24 0.40
HSL 134.69º 0.2% 0.51% -
HSV(B) 134.69º 0.32% 0.6% -
XYZ 20.59 27.4 21.03 -
YUV 135.13 117.77 106.51 -
System Red Green Blue C M Y K H S L
Decimal 105 154 117 0.32 0 0.24 0.40 134.69 0.2 0.51
Hex 69 9A 75 20 0 18 28 87 14 33
Octal 151 232 165 40 0 30 50 207 24 63
Binary 1101001 10011010 1110101 100000 0 11000 101000 10000111 10100 110011

Color Harmonies of #699A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699A75

Black with #699A75

Text Example


Text Example

White with #699A75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,154,117); }

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

background-color css

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

 a { background-color: rgb(105,154,117); }

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

border-color css

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

 span { border-color: rgb(105,154,117); }

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