#6B9D7F

Color #6B9D7F Oxley (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oxley #6B9D7F

Tints of Oxley #6B9D7F

Color information

#6B9D7F (or 0x6B9D7F) is unknown color: approx Oxley. HEX triplet: 6B, 9D and 7F. RGB value is (107,157,127). Sum of RGB (Red+Green+Blue) = 107+157+127=391 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.37% from 391); Green value is 157 (61.72% from 255 or 40.15% from 391); Blue value is 127 (50% from 255 or 32.48% from 391); Max value from RGB is 157 - color contains mainly: green. Hex color #6B9D7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B9D7F is #946280. Grayscale: #8A8A8A. Windows color (decimal): -9724545 or 8363371. OLE color: 8363371.

HSL color Cylindrical-coordinate representation of color #6B9D7F: hue angle of 144º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6B9D7F is Cyan = 0.32, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.38.

Color convert

RGB107157127-
CMYK0.3200.190.38
HSL144º20.33%51.76%-
HSV(B)144º31.85%61.57%-
XYZ21.9528.7724.48-
YUV138.63121.44105.44-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 27.37%
GREEN value IS 157 (61.72% from 255) = 40.15%
BLUE value IS 127 (50% from 255) = 32.48%
R=27.37%
G=40.15%
B=32.48%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1071571270.3200.190.3814420.3351.76
Hex6B9D7F2001326901434
Octal15323517740023462202464
Binary11010111001110111111111000000100111001101001000010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B9D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,157,127); }

 H1.HeaderClassName
 {
   color: #6B9D7F;
 }
 .AnyTagClassName
 {
   color: #6B9D7F;
 }
</style>
background-color css

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

 a { background-color: rgb(107,157,127); }

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

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

 span { border-color: rgb(107,157,127); }

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