Html Css Color HEX #679874 Oxley

📋 copy color: '#679874'

red 103 ◦ green 152 ◦ blue 116

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

Shades of Oxley #679874

Tints of Oxley #679874

RGB

 RED value IS 103 (40.63% from 255) = 27.76%

 GREEN value IS 152 (59.77% from 255) = 40.97%

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

R = 27.76%
G = 40.97%
B = 31.27%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.24

 K value IS 0.40

RGB Variations

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

Color information

#679874 (or 0x679874) is known color: Oxley. HEX triplet: 67, 98 and 74. RGB value is (103,152,116). Sum of RGB (Red+Green+Blue) = 103+152+116=371 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.76% from 371); Green value is 152 (59.77% from 255 or 40.97% from 371); Blue value is 116 (45.70% from 255 or 31.27% from 371); Max value from RGB is 152 - color contains mainly: green. Hex color #679874 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #679874 is #98678B. Grayscale: #858585. Windows color (decimal): -9987980 or 7641191. OLE color: 7641191.

HSL color Cylindrical-coordinate representation of color #679874: hue angle of 135.92º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #679874 is Cyan = 0.32, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.40.

Color convert

RGB 103 152 116 -
CMYK 0.32 0 0.24 0.40
HSL 135.92º 0.19% 0.5% -
HSV(B) 135.92º 0.32% 0.6% -
XYZ 19.97 26.6 20.6 -
YUV 133.25 118.27 106.43 -
System Red Green Blue C M Y K H S L
Decimal 103 152 116 0.32 0 0.24 0.40 135.92 0.19 0.5
Hex 67 98 74 20 0 18 28 88 13 32
Octal 147 230 164 40 0 30 50 210 23 62
Binary 1100111 10011000 1110100 100000 0 11000 101000 10001000 10011 110010

Color Harmonies of #679874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #679874

Black with #679874

Text Example


Text Example

White with #679874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #679874; }

 p { color: rgb(103,152,116); }

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

background-color css

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

 a { background-color: rgb(103,152,116); }

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

border-color css

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

 span { border-color: rgb(103,152,116); }

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