Html Css Color HEX #699376 Oxley

📋 copy color: '#699376'

red 105 ◦ green 147 ◦ blue 118

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

Shades of Oxley #699376

Tints of Oxley #699376

RGB

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

 GREEN value IS 147 (57.81% from 255) = 39.73%

 BLUE value IS 118 (46.48% from 255) = 31.89%

R = 28.38%
G = 39.73%
B = 31.89%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#699376 (or 0x699376) is known color: Oxley. HEX triplet: 69, 93 and 76. RGB value is (105,147,118). Sum of RGB (Red+Green+Blue) = 105+147+118=370 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.38% from 370); Green value is 147 (57.81% from 255 or 39.73% from 370); Blue value is 118 (46.48% from 255 or 31.89% from 370); Max value from RGB is 147 - color contains mainly: green. Hex color #699376 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699376 is #966C89. Grayscale: #838383. Windows color (decimal): -9858186 or 7770985. OLE color: 7770985.

HSL color Cylindrical-coordinate representation of color #699376: hue angle of 138.57º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #699376 is Cyan = 0.29, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB 105 147 118 -
CMYK 0.29 0 0.20 0.42
HSL 138.57º 0.17% 0.49% -
HSV(B) 138.57º 0.29% 0.58% -
XYZ 19.53 25.18 20.97 -
YUV 131.14 120.59 109.36 -
System Red Green Blue C M Y K H S L
Decimal 105 147 118 0.29 0 0.20 0.42 138.57 0.17 0.49
Hex 69 93 76 1D 0 14 2A 8B 11 31
Octal 151 223 166 35 0 24 52 213 21 61
Binary 1101001 10010011 1110110 11101 0 10100 101010 10001011 10001 110001

Color Harmonies of #699376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699376

Black with #699376

Text Example


Text Example

White with #699376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699376; }

 p { color: rgb(105,147,118); }

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

background-color css

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

 a { background-color: rgb(105,147,118); }

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

border-color css

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

 span { border-color: rgb(105,147,118); }

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