Html Css Color HEX #699474 Oxley

📋 copy color: '#699474'

red 105 ◦ green 148 ◦ blue 116

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

Shades of Oxley #699474

Tints of Oxley #699474

RGB

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

 GREEN value IS 148 (58.2% from 255) = 40.11%

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

R = 28.46%
G = 40.11%
B = 31.44%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#699474 (or 0x699474) is known color: Oxley. HEX triplet: 69, 94 and 74. RGB value is (105,148,116). Sum of RGB (Red+Green+Blue) = 105+148+116=369 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.46% from 369); Green value is 148 (58.20% from 255 or 40.11% from 369); Blue value is 116 (45.70% from 255 or 31.44% from 369); Max value from RGB is 148 - color contains mainly: green. Hex color #699474 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699474 is #966B8B. Grayscale: #838383. Windows color (decimal): -9857932 or 7640169. OLE color: 7640169.

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

Color convert

RGB 105 148 116 -
CMYK 0.29 0 0.22 0.42
HSL 135.35º 0.17% 0.5% -
HSV(B) 135.35º 0.29% 0.58% -
XYZ 19.57 25.44 20.4 -
YUV 131.5 119.25 109.1 -
System Red Green Blue C M Y K H S L
Decimal 105 148 116 0.29 0 0.22 0.42 135.35 0.17 0.5
Hex 69 94 74 1D 0 16 2A 87 11 32
Octal 151 224 164 35 0 26 52 207 21 62
Binary 1101001 10010100 1110100 11101 0 10110 101010 10000111 10001 110010

Color Harmonies of #699474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699474

Black with #699474

Text Example


Text Example

White with #699474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699474; }

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

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

background-color css

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

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

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

border-color css

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

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

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