Html Css Color HEX #699B75 Oxley

📋 copy color: '#699B75'

red 105 ◦ green 155 ◦ blue 117

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

Shades of Oxley #699B75

Tints of Oxley #699B75

RGB

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

 GREEN value IS 155 (60.94% from 255) = 41.11%

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

R = 27.85%
G = 41.11%
B = 31.03%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.25

 K value IS 0.39

RGB Variations

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

Color information

#699B75 (or 0x699B75) is known color: Oxley. HEX triplet: 69, 9B and 75. RGB value is (105,155,117). Sum of RGB (Red+Green+Blue) = 105+155+117=377 (49% of max value = 765). Red value is 105 (41.41% from 255 or 27.85% from 377); Green value is 155 (60.94% from 255 or 41.11% from 377); Blue value is 117 (46.09% from 255 or 31.03% from 377); Max value from RGB is 155 - color contains mainly: green. Hex color #699B75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699B75 is #96648A. Grayscale: #878787. Windows color (decimal): -9856139 or 7707497. OLE color: 7707497.

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

Color convert

RGB 105 155 117 -
CMYK 0.32 0 0.25 0.39
HSL 134.4º 0.2% 0.51% -
HSV(B) 134.4º 0.32% 0.61% -
XYZ 20.76 27.73 21.09 -
YUV 135.72 117.44 106.09 -
System Red Green Blue C M Y K H S L
Decimal 105 155 117 0.32 0 0.25 0.39 134.4 0.2 0.51
Hex 69 9B 75 20 0 19 27 86 14 33
Octal 151 233 165 40 0 31 47 206 24 63
Binary 1101001 10011011 1110101 100000 0 11001 100111 10000110 10100 110011

Color Harmonies of #699B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699B75

Black with #699B75

Text Example


Text Example

White with #699B75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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