Html Css Color HEX #699374 Oxley

📋 copy color: '#699374'

red 105 ◦ green 147 ◦ blue 116

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

Shades of Oxley #699374

Tints of Oxley #699374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 31.52%

R = 28.53%
G = 39.95%
B = 31.52%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#699374 (or 0x699374) is known color: Oxley. HEX triplet: 69, 93 and 74. RGB value is (105,147,116). Sum of RGB (Red+Green+Blue) = 105+147+116=368 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.53% from 368); Green value is 147 (57.81% from 255 or 39.95% from 368); Blue value is 116 (45.70% from 255 or 31.52% from 368); Max value from RGB is 147 - color contains mainly: green. Hex color #699374 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699374 is #966C8B. Grayscale: #828282. Windows color (decimal): -9858188 or 7639913. OLE color: 7639913.

HSL color Cylindrical-coordinate representation of color #699374: hue angle of 135.71º 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 #699374 is Cyan = 0.29, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB 105 147 116 -
CMYK 0.29 0 0.21 0.42
HSL 135.71º 0.17% 0.49% -
HSV(B) 135.71º 0.29% 0.58% -
XYZ 19.41 25.13 20.35 -
YUV 130.91 119.59 109.52 -
System Red Green Blue C M Y K H S L
Decimal 105 147 116 0.29 0 0.21 0.42 135.71 0.17 0.49
Hex 69 93 74 1D 0 15 2A 88 11 31
Octal 151 223 164 35 0 25 52 210 21 61
Binary 1101001 10010011 1110100 11101 0 10101 101010 10001000 10001 110001

Color Harmonies of #699374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699374

Black with #699374

Text Example


Text Example

White with #699374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699374; }

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

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

background-color css

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

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

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

border-color css

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

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

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