Html Css Color HEX #6B9D7D Oxley

📋 copy color: '#6B9D7D'

red 107 ◦ green 157 ◦ blue 125

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

Shades of Oxley #6B9D7D

Tints of Oxley #6B9D7D

RGB

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

 GREEN value IS 157 (61.72% from 255) = 40.36%

 BLUE value IS 125 (49.22% from 255) = 32.13%

R = 27.51%
G = 40.36%
B = 32.13%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.20

 K value IS 0.38

RGB Variations

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

Color information

#6B9D7D (or 0x6B9D7D) is known color: Oxley. HEX triplet: 6B, 9D and 7D. RGB value is (107,157,125). Sum of RGB (Red+Green+Blue) = 107+157+125=389 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.51% from 389); Green value is 157 (61.72% from 255 or 40.36% from 389); Blue value is 125 (49.22% from 255 or 32.13% from 389); Max value from RGB is 157 - color contains mainly: green. Hex color #6B9D7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B9D7D is #946282. Grayscale: #8A8A8A. Windows color (decimal): -9724547 or 8232299. OLE color: 8232299.

HSL color Cylindrical-coordinate representation of color #6B9D7D: hue angle of 141.6º 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 #6B9D7D is Cyan = 0.32, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.38.

Color convert

RGB 107 157 125 -
CMYK 0.32 0 0.20 0.38
HSL 141.6º 0.2% 0.52% -
HSV(B) 141.6º 0.32% 0.62% -
XYZ 21.82 28.72 23.8 -
YUV 138.4 120.44 105.6 -
System Red Green Blue C M Y K H S L
Decimal 107 157 125 0.32 0 0.20 0.38 141.6 0.2 0.52
Hex 6B 9D 7D 20 0 14 26 8E 14 34
Octal 153 235 175 40 0 24 46 216 24 64
Binary 1101011 10011101 1111101 100000 0 10100 100110 10001110 10100 110100

Color Harmonies of #6B9D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B9D7D

Black with #6B9D7D

Text Example


Text Example

White with #6B9D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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