Html Css Color HEX #6B9875 Oxley

📋 copy color: '#6B9875'

red 107 ◦ green 152 ◦ blue 117

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

Shades of Oxley #6B9875

Tints of Oxley #6B9875

RGB

 RED value IS 107 (42.19% from 255) = 28.46%

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

 BLUE value IS 117 (46.09% from 255) = 31.12%

R = 28.46%
G = 40.43%
B = 31.12%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.23

 K value IS 0.40

RGB Variations

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

Color information

#6B9875 (or 0x6B9875) is known color: Oxley. HEX triplet: 6B, 98 and 75. RGB value is (107,152,117). Sum of RGB (Red+Green+Blue) = 107+152+117=376 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.46% from 376); Green value is 152 (59.77% from 255 or 40.43% from 376); Blue value is 117 (46.09% from 255 or 31.12% from 376); Max value from RGB is 152 - color contains mainly: green. Hex color #6B9875 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B9875 is #94678A. Grayscale: #868686. Windows color (decimal): -9725835 or 7706731. OLE color: 7706731.

HSL color Cylindrical-coordinate representation of color #6B9875: hue angle of 133.33º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6B9875 is Cyan = 0.30, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.40.

Color convert

RGB 107 152 117 -
CMYK 0.30 0 0.23 0.40
HSL 133.33º 0.18% 0.51% -
HSV(B) 133.33º 0.3% 0.6% -
XYZ 20.5 26.87 20.93 -
YUV 134.56 118.09 108.35 -
System Red Green Blue C M Y K H S L
Decimal 107 152 117 0.30 0 0.23 0.40 133.33 0.18 0.51
Hex 6B 98 75 1E 0 17 28 85 12 33
Octal 153 230 165 36 0 27 50 205 22 63
Binary 1101011 10011000 1110101 11110 0 10111 101000 10000101 10010 110011

Color Harmonies of #6B9875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B9875

Black with #6B9875

Text Example


Text Example

White with #6B9875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6B9875; }

 p { color: rgb(107,152,117); }

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

background-color css

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

 a { background-color: rgb(107,152,117); }

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

border-color css

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

 span { border-color: rgb(107,152,117); }

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