Html Css Color HEX #6C8E7B Oxley

📋 copy color: '#6C8E7B'

red 108 ◦ green 142 ◦ blue 123

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

Shades of Oxley #6C8E7B

Tints of Oxley #6C8E7B

RGB

 RED value IS 108 (42.58% from 255) = 28.95%

 GREEN value IS 142 (55.86% from 255) = 38.07%

 BLUE value IS 123 (48.44% from 255) = 32.98%

R = 28.95%
G = 38.07%
B = 32.98%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.13

 K value IS 0.44

RGB Variations

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

Color information

#6C8E7B (or 0x6C8E7B) is known color: Oxley. HEX triplet: 6C, 8E and 7B. RGB value is (108,142,123). Sum of RGB (Red+Green+Blue) = 108+142+123=373 (49% of max value = 765). Red value is 108 (42.58% from 255 or 28.95% from 373); Green value is 142 (55.86% from 255 or 38.07% from 373); Blue value is 123 (48.44% from 255 or 32.98% from 373); Max value from RGB is 142 - color contains mainly: green. Hex color #6C8E7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C8E7B is #937184. Grayscale: #818181. Windows color (decimal): -9662853 or 8097388. OLE color: 8097388.

HSL color Cylindrical-coordinate representation of color #6C8E7B: hue angle of 146.47º degrees, saturation: 0.14, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6C8E7B is Cyan = 0.24, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.44.

Color convert

RGB 108 142 123 -
CMYK 0.24 0 0.13 0.44
HSL 146.47º 0.14% 0.49% -
HSV(B) 146.47º 0.24% 0.56% -
XYZ 19.43 23.96 22.34 -
YUV 129.67 124.24 112.54 -
System Red Green Blue C M Y K H S L
Decimal 108 142 123 0.24 0 0.13 0.44 146.47 0.14 0.49
Hex 6C 8E 7B 18 0 D 2C 92 E 31
Octal 154 216 173 30 0 15 54 222 16 61
Binary 1101100 10001110 1111011 11000 0 1101 101100 10010010 1110 110001

Color Harmonies of #6C8E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C8E7B

Black with #6C8E7B

Text Example


Text Example

White with #6C8E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,142,123); }

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

background-color css

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

 a { background-color: rgb(108,142,123); }

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

border-color css

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

 span { border-color: rgb(108,142,123); }

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