Html Css Color HEX #6BA514 Christi

📋 copy color: '#6BA514'

red 107 ◦ green 165 ◦ blue 20

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

Shades of Christi #6BA514

Tints of Christi #6BA514

RGB

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

 GREEN value IS 165 (64.84% from 255) = 56.51%

 BLUE value IS 20 (8.2% from 255) = 6.85%

R = 36.64%
G = 56.51%
B = 6.85%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.88

 K value IS 0.35

RGB Variations

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

Color information

#6BA514 (or 0x6BA514) is known color: Christi. HEX triplet: 6B, A5 and 14. RGB value is (107,165,20). Sum of RGB (Red+Green+Blue) = 107+165+20=292 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.64% from 292); Green value is 165 (64.84% from 255 or 56.51% from 292); Blue value is 20 (8.20% from 255 or 6.85% from 292); Max value from RGB is 165 - color contains mainly: green. Hex color #6BA514 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6BA514 is #945AEB. Grayscale: #838383. Windows color (decimal): -9722604 or 1353067. OLE color: 1353067.

HSL color Cylindrical-coordinate representation of color #6BA514: hue angle of 84º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6BA514 is Cyan = 0.35, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.35.

Color convert

RGB 107 165 20 -
CMYK 0.35 0 0.88 0.35
HSL 84º 0.78% 0.36% -
HSV(B) 84º 0.88% 0.65% -
XYZ 19.64 30.09 5.43 -
YUV 131.13 65.28 110.79 -
System Red Green Blue C M Y K H S L
Decimal 107 165 20 0.35 0 0.88 0.35 84 0.78 0.36
Hex 6B A5 14 23 0 58 23 54 4E 24
Octal 153 245 24 43 0 130 43 124 116 44
Binary 1101011 10100101 10100 100011 0 1011000 100011 1010100 1001110 100100

Color Harmonies of #6BA514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BA514

Black with #6BA514

Text Example


Text Example

White with #6BA514

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,165,20); }

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

background-color css

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

 a { background-color: rgb(107,165,20); }

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

border-color css

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

 span { border-color: rgb(107,165,20); }

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