Html Css Color HEX #699478 Oxley

📋 copy color: '#699478'

red 105 ◦ green 148 ◦ blue 120

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

Shades of Oxley #699478

Tints of Oxley #699478

RGB

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

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

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

R = 28.15%
G = 39.68%
B = 32.17%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#699478 (or 0x699478) is known color: Oxley. HEX triplet: 69, 94 and 78. RGB value is (105,148,120). Sum of RGB (Red+Green+Blue) = 105+148+120=373 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.15% from 373); Green value is 148 (58.20% from 255 or 39.68% from 373); Blue value is 120 (47.27% from 255 or 32.17% from 373); Max value from RGB is 148 - color contains mainly: green. Hex color #699478 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699478 is #966B87. Grayscale: #848484. Windows color (decimal): -9857928 or 7902313. OLE color: 7902313.

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

Color convert

RGB 105 148 120 -
CMYK 0.29 0 0.19 0.42
HSL 140.93º 0.17% 0.5% -
HSV(B) 140.93º 0.29% 0.58% -
XYZ 19.81 25.54 21.65 -
YUV 131.95 121.25 108.78 -
System Red Green Blue C M Y K H S L
Decimal 105 148 120 0.29 0 0.19 0.42 140.93 0.17 0.5
Hex 69 94 78 1D 0 13 2A 8D 11 32
Octal 151 224 170 35 0 23 52 215 21 62
Binary 1101001 10010100 1111000 11101 0 10011 101010 10001101 10001 110010

Color Harmonies of #699478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699478

Black with #699478

Text Example


Text Example

White with #699478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699478; }

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

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

background-color css

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

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

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

border-color css

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

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

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