Html Css Color HEX #6BAF7E Oxley

📋 copy color: '#6BAF7E'

red 107 ◦ green 175 ◦ blue 126

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

Shades of Oxley #6BAF7E

Tints of Oxley #6BAF7E

RGB

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

 GREEN value IS 175 (68.75% from 255) = 42.89%

 BLUE value IS 126 (49.61% from 255) = 30.88%

R = 26.23%
G = 42.89%
B = 30.88%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#6BAF7E (or 0x6BAF7E) is known color: Oxley. HEX triplet: 6B, AF and 7E. RGB value is (107,175,126). Sum of RGB (Red+Green+Blue) = 107+175+126=408 (54% of max value = 765). Red value is 107 (42.19% from 255 or 26.23% from 408); Green value is 175 (68.75% from 255 or 42.89% from 408); Blue value is 126 (49.61% from 255 or 30.88% from 408); Max value from RGB is 175 - color contains mainly: green. Hex color #6BAF7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BAF7E is #945081. Grayscale: #959595. Windows color (decimal): -9719938 or 8302443. OLE color: 8302443.

HSL color Cylindrical-coordinate representation of color #6BAF7E: hue angle of 136.76º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6BAF7E is Cyan = 0.39, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.31.

Color convert

RGB 107 175 126 -
CMYK 0.39 0 0.28 0.31
HSL 136.76º 0.3% 0.55% -
HSV(B) 136.76º 0.39% 0.69% -
XYZ 25.16 35.29 25.22 -
YUV 149.08 114.97 97.98 -
System Red Green Blue C M Y K H S L
Decimal 107 175 126 0.39 0 0.28 0.31 136.76 0.3 0.55
Hex 6B AF 7E 27 0 1C 1F 89 1E 37
Octal 153 257 176 47 0 34 37 211 36 67
Binary 1101011 10101111 1111110 100111 0 11100 11111 10001001 11110 110111

Color Harmonies of #6BAF7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BAF7E

Black with #6BAF7E

Text Example


Text Example

White with #6BAF7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,175,126); }

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

background-color css

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

 a { background-color: rgb(107,175,126); }

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

border-color css

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

 span { border-color: rgb(107,175,126); }

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