Html Css Color HEX #689476 Oxley

📋 copy color: '#689476'

red 104 ◦ green 148 ◦ blue 118

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

Shades of Oxley #689476

Tints of Oxley #689476

RGB

 RED value IS 104 (41.02% from 255) = 28.11%

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

 BLUE value IS 118 (46.48% from 255) = 31.89%

R = 28.11%
G = 40%
B = 31.89%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#689476 (or 0x689476) is known color: Oxley. HEX triplet: 68, 94 and 76. RGB value is (104,148,118). Sum of RGB (Red+Green+Blue) = 104+148+118=370 (49% of max value = 765). Red value is 104 (41.02% from 255 or 28.11% from 370); Green value is 148 (58.20% from 255 or 40% from 370); Blue value is 118 (46.48% from 255 or 31.89% from 370); Max value from RGB is 148 - color contains mainly: green. Hex color #689476 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689476 is #976B89. Grayscale: #838383. Windows color (decimal): -9923466 or 7771240. OLE color: 7771240.

HSL color Cylindrical-coordinate representation of color #689476: hue angle of 139.09º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #689476 is Cyan = 0.30, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB 104 148 118 -
CMYK 0.30 0 0.20 0.42
HSL 139.09º 0.17% 0.49% -
HSV(B) 139.09º 0.3% 0.58% -
XYZ 19.57 25.43 21.02 -
YUV 131.42 120.42 108.44 -
System Red Green Blue C M Y K H S L
Decimal 104 148 118 0.30 0 0.20 0.42 139.09 0.17 0.49
Hex 68 94 76 1E 0 14 2A 8B 11 31
Octal 150 224 166 36 0 24 52 213 21 61
Binary 1101000 10010100 1110110 11110 0 10100 101010 10001011 10001 110001

Color Harmonies of #689476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689476

Black with #689476

Text Example


Text Example

White with #689476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689476; }

 p { color: rgb(104,148,118); }

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

background-color css

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

 a { background-color: rgb(104,148,118); }

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

border-color css

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

 span { border-color: rgb(104,148,118); }

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