Html Css Color HEX #699378 Oxley

📋 copy color: '#699378'

red 105 ◦ green 147 ◦ blue 120

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

Shades of Oxley #699378

Tints of Oxley #699378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 32.26%

R = 28.23%
G = 39.52%
B = 32.26%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#699378 (or 0x699378) is known color: Oxley. HEX triplet: 69, 93 and 78. RGB value is (105,147,120). Sum of RGB (Red+Green+Blue) = 105+147+120=372 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.23% from 372); Green value is 147 (57.81% from 255 or 39.52% from 372); Blue value is 120 (47.27% from 255 or 32.26% from 372); Max value from RGB is 147 - color contains mainly: green. Hex color #699378 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699378 is #966C87. Grayscale: #838383. Windows color (decimal): -9858184 or 7902057. OLE color: 7902057.

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

Color convert

RGB 105 147 120 -
CMYK 0.29 0 0.18 0.42
HSL 141.43º 0.17% 0.49% -
HSV(B) 141.43º 0.29% 0.58% -
XYZ 19.65 25.23 21.6 -
YUV 131.36 121.59 109.2 -
System Red Green Blue C M Y K H S L
Decimal 105 147 120 0.29 0 0.18 0.42 141.43 0.17 0.49
Hex 69 93 78 1D 0 12 2A 8D 11 31
Octal 151 223 170 35 0 22 52 215 21 61
Binary 1101001 10010011 1111000 11101 0 10010 101010 10001101 10001 110001

Color Harmonies of #699378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699378

Black with #699378

Text Example


Text Example

White with #699378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699378; }

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

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

background-color css

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

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

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

border-color css

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

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

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