Html Css Color HEX #6B740A Fiji Green

📋 copy color: '#6B740A'

red 107 ◦ green 116 ◦ blue 10

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

Shades of Fiji Green #6B740A

Tints of Fiji Green #6B740A

RGB

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

 GREEN value IS 116 (45.7% from 255) = 49.79%

 BLUE value IS 10 (4.3% from 255) = 4.29%

R = 45.92%
G = 49.79%
B = 4.29%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.91

 K value IS 0.55

RGB Variations

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

Color information

#6B740A (or 0x6B740A) is known color: Fiji Green. HEX triplet: 6B, 74 and 0A. RGB value is (107,116,10). Sum of RGB (Red+Green+Blue) = 107+116+10=233 (30% of max value = 765). Red value is 107 (42.19% from 255 or 45.92% from 233); Green value is 116 (45.70% from 255 or 49.79% from 233); Blue value is 10 (4.30% from 255 or 4.29% from 233); Max value from RGB is 116 - color contains mainly: green. Hex color #6B740A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B740A is #948BF5. Grayscale: #656565. Windows color (decimal): -9735158 or 685163. OLE color: 685163.

HSL color Cylindrical-coordinate representation of color #6B740A: hue angle of 65.09º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6B740A is Cyan = 0.08, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.55.

Color convert

RGB 107 116 10 -
CMYK 0.08 0 0.91 0.55
HSL 65.09º 0.84% 0.25% -
HSV(B) 65.09º 0.91% 0.45% -
XYZ 12.36 15.64 2.65 -
YUV 101.23 76.52 132.12 -
System Red Green Blue C M Y K H S L
Decimal 107 116 10 0.08 0 0.91 0.55 65.09 0.84 0.25
Hex 6B 74 A 8 0 5B 37 41 54 19
Octal 153 164 12 10 0 133 67 101 124 31
Binary 1101011 1110100 1010 1000 0 1011011 110111 1000001 1010100 11001

Color Harmonies of #6B740A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B740A

Black with #6B740A

Text Example


Text Example

White with #6B740A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,116,10); }

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

background-color css

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

 a { background-color: rgb(107,116,10); }

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

border-color css

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

 span { border-color: rgb(107,116,10); }

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