Html Css Color HEX #689074 Oxley

📋 copy color: '#689074'

red 104 ◦ green 144 ◦ blue 116

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

Shades of Oxley #689074

Tints of Oxley #689074

RGB

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

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

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

R = 28.57%
G = 39.56%
B = 31.87%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.19

 K value IS 0.44

RGB Variations

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

Color information

#689074 (or 0x689074) is known color: Oxley. HEX triplet: 68, 90 and 74. RGB value is (104,144,116). Sum of RGB (Red+Green+Blue) = 104+144+116=364 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.57% from 364); Green value is 144 (56.64% from 255 or 39.56% from 364); Blue value is 116 (45.70% from 255 or 31.87% from 364); Max value from RGB is 144 - color contains mainly: green. Hex color #689074 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689074 is #976F8B. Grayscale: #808080. Windows color (decimal): -9924492 or 7639144. OLE color: 7639144.

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

Color convert

RGB 104 144 116 -
CMYK 0.28 0 0.19 0.44
HSL 138º 0.16% 0.49% -
HSV(B) 138º 0.28% 0.56% -
XYZ 18.83 24.15 20.19 -
YUV 128.85 120.75 110.28 -
System Red Green Blue C M Y K H S L
Decimal 104 144 116 0.28 0 0.19 0.44 138 0.16 0.49
Hex 68 90 74 1C 0 13 2C 8A 10 31
Octal 150 220 164 34 0 23 54 212 20 61
Binary 1101000 10010000 1110100 11100 0 10011 101100 10001010 10000 110001

Color Harmonies of #689074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689074

Black with #689074

Text Example


Text Example

White with #689074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689074; }

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

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

background-color css

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

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

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

border-color css

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

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

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