Html Css Color HEX #699074 Oxley

📋 copy color: '#699074'

red 105 ◦ green 144 ◦ blue 116

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

Shades of Oxley #699074

Tints of Oxley #699074

RGB

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

 GREEN value IS 144 (56.64% from 255) = 39.45%

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

R = 28.77%
G = 39.45%
B = 31.78%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.19

 K value IS 0.44

RGB Variations

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

Color information

#699074 (or 0x699074) is known color: Oxley. HEX triplet: 69, 90 and 74. RGB value is (105,144,116). Sum of RGB (Red+Green+Blue) = 105+144+116=365 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.77% from 365); Green value is 144 (56.64% from 255 or 39.45% from 365); Blue value is 116 (45.70% from 255 or 31.78% from 365); Max value from RGB is 144 - color contains mainly: green. Hex color #699074 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699074 is #966F8B. Grayscale: #818181. Windows color (decimal): -9858956 or 7639145. OLE color: 7639145.

HSL color Cylindrical-coordinate representation of color #699074: hue angle of 136.92º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #699074 is Cyan = 0.27, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.44.

Color convert

RGB 105 144 116 -
CMYK 0.27 0 0.19 0.44
HSL 136.92º 0.16% 0.49% -
HSV(B) 136.92º 0.27% 0.56% -
XYZ 18.95 24.21 20.2 -
YUV 129.15 120.58 110.78 -
System Red Green Blue C M Y K H S L
Decimal 105 144 116 0.27 0 0.19 0.44 136.92 0.16 0.49
Hex 69 90 74 1B 0 13 2C 89 10 31
Octal 151 220 164 33 0 23 54 211 20 61
Binary 1101001 10010000 1110100 11011 0 10011 101100 10001001 10000 110001

Color Harmonies of #699074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699074

Black with #699074

Text Example


Text Example

White with #699074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699074; }

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

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

background-color css

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

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

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

border-color css

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

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

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